change capitalization of arguments

This commit is contained in:
Finn 2021-01-28 22:16:00 -08:00
parent 1ff7366927
commit be4edc729a
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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) {