Explorar o código

Fix the cmdline help text

Vadim Markovtsev %!s(int64=7) %!d(string=hai) anos
pai
achega
0f1ef9cb08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmd/hercules/main.go

+ 1 - 1
cmd/hercules/main.go

@@ -173,7 +173,7 @@ func main() {
 	}
 	if len(flag.Args()) == 0 || len(flag.Args()) > 3 {
 		fmt.Fprint(os.Stderr,
-			"Usage: hercules <path to repo or URL> [<disk cache path>]\n")
+			"Usage: hercules [options] <path to repo or URL> [<disk cache path>]\n")
 		os.Exit(1)
 	}
 	uri := flag.Arg(0)