mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-25 09:35:39 +00:00
cmd: fix single-dash flag
Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
52a31746bf
commit
8688dbc17e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var (
|
|||
flPath = flag.String("p", "", "root path that the hierarchy spec is relative to")
|
||||
flAddKeywords = flag.String("K", "", "Add the specified (delimited by comma or space) keywords to the current set of keywords")
|
||||
flUseKeywords = flag.String("k", "", "Use the specified (delimited by comma or space) keywords as the current set of keywords")
|
||||
flListKeywords = flag.Bool("list-keywords", false, "List the keywords available")
|
||||
flListKeywords = flag.Bool("-list-keywords", false, "List the keywords available")
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue