8442: Adding --submit support with --crunch2. General refactoring into more/smaller...
[arvados.git] / services / arv-git-httpd / main.go
index 452390cbc3246a2e1d9c64492917e26f2f6f6a94..98695c9a9df806164afc59c128e204cb52547cc9 100644 (file)
@@ -19,7 +19,7 @@ func init() {
        flag.StringVar(&theConfig.Addr, "address", "0.0.0.0:80",
                "Address to listen on, \"host:port\".")
        flag.StringVar(&theConfig.GitCommand, "git-command", "/usr/bin/git",
-               "Path to git executable. Each authenticated request will execute this program with a single argument, \"http-backend\".")
+               "Path to git or gitolite-shell executable. Each authenticated request will execute this program with a single argument, \"http-backend\".")
        cwd, err := os.Getwd()
        if err != nil {
                log.Fatalln("Getwd():", err)