diff --git a/cmd/signaldctl/cmd/listAccounts.go b/cmd/signaldctl/cmd/list-accounts.go similarity index 98% rename from cmd/signaldctl/cmd/listAccounts.go rename to cmd/signaldctl/cmd/list-accounts.go index b65c582..d210a3f 100644 --- a/cmd/signaldctl/cmd/listAccounts.go +++ b/cmd/signaldctl/cmd/list-accounts.go @@ -27,7 +27,7 @@ import ( // listAccountsCmd represents the listAccounts command var listAccountsCmd = &cobra.Command{ - Use: "listAccounts", + Use: "list-accounts", Short: "list of all the accounts registered to this signald instance.", Long: `Prints a list of all users to stdout.`, Run: func(cmd *cobra.Command, args []string) { diff --git a/cmd/signaldctl/cmd/listGroups.go b/cmd/signaldctl/cmd/list-groups.go similarity index 98% rename from cmd/signaldctl/cmd/listGroups.go rename to cmd/signaldctl/cmd/list-groups.go index b12a141..6c53bb9 100644 --- a/cmd/signaldctl/cmd/listGroups.go +++ b/cmd/signaldctl/cmd/list-groups.go @@ -27,7 +27,7 @@ import ( // listGroupsCmd represents the listGroups command var listGroupsCmd = &cobra.Command{ - Use: "listGroups", + Use: "list-groups", Short: "list of all the groups that the user is in.", Long: `Prints a list of all groups the user is in to stdout.`, Run: func(cmd *cobra.Command, args []string) {