summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 7e968e2..904735d 100644
--- a/argv.go
+++ b/argv.go
@@ -11,7 +11,7 @@ import (
var argv args
type args struct {
- Repo string `arg:"--repo" default:"./" help:"what .git repo to use?"`
+ RepoPath string `arg:"--repo" default:"./" help:"path to the .git repo"`
Hostname string `arg:"--hostname" help:"hostname to use"`
Refs bool `arg:"--refs" help:"list the git ref hashes"`
}