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 5c6a44c..923e9ee 100644
--- a/argv.go
+++ b/argv.go
@@ -154,7 +154,7 @@ type ConfigCmd struct {
type ConfigAddCmd struct {
Path string `arg:"--path" help:"absolute path of the git repo"`
- GoPath string `arg:"--gopath" help:"GO path of the git repo"`
+ Namespace string `arg:"--namespace" help:"namespace of the git repo"`
Directory bool `arg:"--directory" help:"repo is a directory to match against"`
ReadOnly bool `arg:"--readonly" help:"repo is readonly"`
Writable bool `arg:"--writable" help:"repo is writable"`