File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,12 +110,13 @@ var adminsAddCmd = &cobra.Command{
110110
111111// adminsRemoveCmd represents the admins remove command
112112var adminsRemoveCmd = & cobra.Command {
113- Use : "remove <email>" ,
114- Short : "remove an administrator from the account" ,
113+ Use : "remove <email>... " ,
114+ Short : "remove administrators from the account" ,
115115 Long : `*Requires admin permissions.*
116- Updates the application Cloudformation stack to remove an administrators.` ,
116+ Updates the account Cloudformation stack to remove administrators.` ,
117117 DisableFlagsInUseLine : true ,
118118 Args : cobra .MinimumNArgs (1 ),
119+ Example : "apppack admins remove user1@example.com user2@example.com" ,
119120 Run : func (_ * cobra.Command , args []string ) {
120121 for _ , email := range args {
121122 if ! validateEmail (email ) {
You can’t perform that action at this time.
0 commit comments