summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 06:11:57 -0500
committerJeff Carr <[email protected]>2025-10-05 06:11:57 -0500
commitc27727c8e0111f4830ac365614a0de7198314306 (patch)
tree708a97fe4ac3d72101f88e398a86a9e74a74ae8e /argv.go
parent44c1fcc9c316636fdc4f52f11ee3eb8045cdfcd1 (diff)
s/GoPath/Namespace/v0.25.57
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"`