diff --git a/cmd/root.go b/cmd/root.go index 8ca6336..9a0558e 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -28,7 +28,7 @@ var rootCmd = &cobra.Command{ Short: "muldap is Metaunix.net's LDAP management tool", Long: "LDAP management tool for Metaunix.net user and group resources.", Run: func(cmd *cobra.Command, args []string) { - fmt.Println("Metaunix.net LDAP tool - available commands are: search, version") + fmt.Println("Metaunix.net LDAP tool - available commands are: group, user, search, version") }, }