Updating docs

This commit is contained in:
Alex Yatskov 2016-01-08 22:26:19 +09:00
parent 25965e83d8
commit 1f1e46d8b0

View File

@ -93,7 +93,7 @@ func export(path string, r io.Reader) error {
}
func usage() {
fmt.Fprintf(os.Stderr, "Usage: %s [options] conf src\n", path.Base(os.Args[0]))
fmt.Fprintf(os.Stderr, "Usage: %s [options] url selector [path]\n", path.Base(os.Args[0]))
fmt.Fprintf(os.Stderr, "http://foosoft.net/projects/scrawl/\n\n")
fmt.Fprintf(os.Stderr, "Parameters:\n")
flag.PrintDefaults()