Changing incorrect description of docs verb.

This commit is contained in:
Renan DelValle 2019-03-22 20:54:13 -07:00
parent fa2249bdba
commit 0409d1cd5d
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

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