summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-24 05:16:28 -0600
committerJeff Carr <[email protected]>2024-12-24 05:16:28 -0600
commit5802e0f214c3b8c97bbfbb658258b011590a6e5b (patch)
treec70185a3e2ef2f531ac54d8badac98c2e2059df7 /argv.go
parentbb54d3ed62d40073f27f6f8a46f71cce35bad170 (diff)
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 a1c5627..095e79e 100644
--- a/argv.go
+++ b/argv.go
@@ -20,7 +20,7 @@ type args struct {
Release bool `arg:"--release" help:"use go-deb --release"`
DryRun bool `arg:"--dry-run" help:"only show what would be packaged"`
ListPkgs bool `arg:"--list" help:"list all the packages on mirrors.wit.com"`
- Update bool `arg:"--apt-update" help:"apt install on every package already installed"`
+ Upgrade bool `arg:"--apt-upgrade" help:"apt install on every mirrors.wit.com package already installed"`
MakeInstall bool `arg:"--make-install" help:"run make install in each repo"`
RepoMap string `arg:"--repomap" help:"parse a repomap from gowebd"`
Recursive bool `arg:"--recursive" help:"go-clone --recursive"`