浏览代码

Fix the cmdline help text

Vadim Markovtsev 7 年之前
父节点
当前提交
0f1ef9cb08
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)