diff --git a/cli/app/secret.go b/cli/app/secret.go index 6bda8876..c87251f0 100644 --- a/cli/app/secret.go +++ b/cli/app/secret.go @@ -233,6 +233,7 @@ var AppSecretRmCommand = &cobra.Command{ Use: "remove [[secret] | --all] [flags]", Aliases: []string{"rm"}, Short: "Remove a secret", + Example: " abra app secret rm 1312.net oauth_key", Args: cobra.RangeArgs(1, 2), ValidArgsFunction: func( cmd *cobra.Command,