summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-05 01:19:42 -0600
committerJeff Carr <[email protected]>2025-01-05 01:19:42 -0600
commit2c3babe91788270e6c7746b0a87f4976f7945dc0 (patch)
treec476cfd43b7f0683d6e302b89d5797456376af4b /argv.go
parent7f8cdac6fad06a548997f9bb1fbdc6507836efb0 (diff)
tries to dump some info about a repov0.0.3
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"`
}