Updated available commands shown in the root command's output

This commit is contained in:
Gregory Ballantine 2018-07-15 23:54:35 -04:00
parent 1e1154da93
commit cefdb3e7b4

View File

@ -28,7 +28,7 @@ var rootCmd = &cobra.Command{
Short: "muldap is Metaunix.net's LDAP management tool", Short: "muldap is Metaunix.net's LDAP management tool",
Long: "LDAP management tool for Metaunix.net user and group resources.", Long: "LDAP management tool for Metaunix.net user and group resources.",
Run: func(cmd *cobra.Command, args []string) { 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")
}, },
} }