summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argv.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 3f92e1d..f01b688 100644
--- a/argv.go
+++ b/argv.go
@@ -75,9 +75,7 @@ type CloneCmd struct {
}
type UpgradeCmd struct {
- List *EmptyCmd `arg:"subcommand:list" help:"fix urls from the repomap"`
All bool `arg:"--all" help:"show all the packages"`
- DryRun bool `arg:"--dry-run" help:"don't really do anything"`
Force bool `arg:"--force" help:"force un-install and re-install each package"`
}