Explorar el Código

Fix the cmdline help text

Vadim Markovtsev hace 7 años
padre
commit
0f1ef9cb08
Se han modificado 1 ficheros con 1 adiciones y 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)