This commit is contained in:
Aleksa Sarai 2016-07-21 18:15:25 +00:00 committed by GitHub
commit 69746a88d7
1 changed files with 1 additions and 1 deletions

View File

@ -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() {