Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Remove -v option from verbose flag as it conflicts with other flag op…
Browse files Browse the repository at this point in the history
…tions that use -v
  • Loading branch information
geauxvirtual committed May 17, 2016
1 parent 91f79c8 commit 6a38b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snapctl/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ var (

// general
flVerbose = cli.BoolFlag{
Name: "verbose, v",
Name: "verbose",
Usage: "Verbose output",
}
)

0 comments on commit 6a38b23

Please sign in to comment.