Skip to content

Commit

Permalink
Improved "apex wiki" usage message
Browse files Browse the repository at this point in the history
a cosmetic change is made to `apex wiki` usage message
  • Loading branch information
pilwon committed Jan 19, 2016
1 parent ee114ac commit 4b6b068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apex/apex_wiki.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const wikiCmdExample = ` Output wiki topics
# apex wiki project.json`

var wikiCmd = &cobra.Command{
Use: "wiki",
Use: "wiki [<topic>]",
Short: "Output wiki page pulled from the GitHub wiki",
Example: wikiCmdExample,
PreRun: wikiCmdPreRun,
Expand Down

0 comments on commit 4b6b068

Please sign in to comment.