X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6eb3d1fb8fe71623fa63da46c250184cf2e4fbb8..6c43be47cb3756a0e6ffc924572259d1a1c8f2c3:/services/arv-git-httpd/main.go diff --git a/services/arv-git-httpd/main.go b/services/arv-git-httpd/main.go index 452390cbc3..98695c9a9d 100644 --- a/services/arv-git-httpd/main.go +++ b/services/arv-git-httpd/main.go @@ -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)