summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 405ba90..4f7acd4 100644
--- a/argv.go
+++ b/argv.go
@@ -72,6 +72,7 @@ type FixCmd struct {
type VerifyCmd struct {
Namespace *EmptyCmd `arg:"subcommand:namespace" help:"check the namespaces"`
Stats *StatsCmd `arg:"subcommand:stats" help:"generate origin.pb"`
+ DryRun bool `arg:"--dry-run" help:"try not to change anything"`
}
type StatsCmd struct {