Changing incorrect description of docs verb.
This commit is contained in:
parent
fa2249bdba
commit
0409d1cd5d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ func init() {
|
|||
|
||||
var docsCmd = &cobra.Command{
|
||||
Use: "docs",
|
||||
Short: "Kill an Aurora Job",
|
||||
Short: "Generate documents in markdown format for Australis.",
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {}, // We don't need a realis client for this cmd
|
||||
PersistentPostRun: func(cmd *cobra.Command, args []string) {}, // We don't need a realis client for this cmd
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue