http => https

This commit is contained in:
Alex Yatskov 2016-02-14 13:15:07 -08:00
parent 4637f64e60
commit 73620dd1f8

View File

@ -85,7 +85,7 @@ func export(path string, r io.Reader) error {
func usage() {
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, "https://foosoft.net/projects/scrawl/\n\n")
fmt.Fprintf(os.Stderr, "Parameters:\n")
flag.PrintDefaults()
}