Update README.adoc and xN usage output

This commit is contained in:
2024-04-03 16:24:09 +02:00
parent 53ba996ec9
commit aee7540faa
2 changed files with 5 additions and 5 deletions

View File

@@ -243,7 +243,7 @@ func main() {
flag.Usage = func() {
f := flag.CommandLine.Output()
fmt.Fprintf(f, "Usage: %s URL...\n", os.Args[0])
fmt.Fprintf(f, "Usage: %s [OPTION]... URL...\n", os.Args[0])
flag.PrintDefaults()
}
flag.Parse()