diff --git a/command/alias.go b/command/alias.go index 7f02b03d5..2a9e13fbc 100644 --- a/command/alias.go +++ b/command/alias.go @@ -193,7 +193,7 @@ func aliasList(cmd *cobra.Command, args []string) error { var aliasDeleteCmd = &cobra.Command{ Use: "delete ", - Short: "Delete an alias.", + Short: "Delete an alias", Args: cobra.ExactArgs(1), RunE: aliasDelete, }