change capitalization of arguments
This commit is contained in:
parent
1ff7366927
commit
be4edc729a
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
|
@ -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) {
|
Loading…
Reference in a new issue