diff --git a/cmd/apex/apex_wiki.go b/cmd/apex/apex_wiki.go index 8520128..91d7c2b 100644 --- a/cmd/apex/apex_wiki.go +++ b/cmd/apex/apex_wiki.go @@ -20,7 +20,7 @@ const wikiCmdExample = ` Output wiki topics # apex wiki project.json` var wikiCmd = &cobra.Command{ - Use: "wiki", + Use: "wiki []", Short: "Output wiki page pulled from the GitHub wiki", Example: wikiCmdExample, PreRun: wikiCmdPreRun,