From 0409d1cd5d67a951bf4aaba4939c8a09957c4d3a Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Fri, 22 Mar 2019 20:54:13 -0700 Subject: [PATCH] Changing incorrect description of docs verb. --- cmd/docs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/docs.go b/cmd/docs.go index f34497a..53bee25 100644 --- a/cmd/docs.go +++ b/cmd/docs.go @@ -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) {