|
@@ -29,7 +29,7 @@ func InitFlag() (err error) {
|
|
flag.BoolVar(&DryRun, "dry-run", DryRun, "only parser the options")
|
|
flag.BoolVar(&DryRun, "dry-run", DryRun, "only parser the options")
|
|
|
|
|
|
flag.BoolVar(&Verbose, "version", Verbose, "show the version")
|
|
flag.BoolVar(&Verbose, "version", Verbose, "show the version")
|
|
- flag.BoolVar(&Verbose, "version", Verbose, "show the version")
|
|
|
|
|
|
+ flag.BoolVar(&Verbose, "v", Verbose, "show the version")
|
|
|
|
|
|
flag.Parse()
|
|
flag.Parse()
|
|
|
|
|