Skip to content

Commit 4ef2e65

Browse files
committed
force fail
1 parent 139ac41 commit 4ef2e65

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/command/atlas-accessLists-create.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ Options
5757
- Type
5858
- Required
5959
- Description
60-
* - --comment
61-
- string
62-
- false
63-
- Optional description or comment for the entry.
6460
* - --currentIp
6561
-
6662
- false

internal/cli/accesslists/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The command doesn't overwrite existing entries in the access list. Instead, it a
200200
}
201201

202202
cmd.Flags().StringVar(&opts.entryType, flag.TypeFlag, ipAddress, usage.AccessListType)
203-
cmd.Flags().StringVar(&opts.comment, flag.Comment, "", usage.Comment)
203+
// cmd.Flags().StringVar(&opts.comment, flag.Comment, "", usage.Comment)
204204
cmd.Flags().StringVar(&opts.deleteAfter, flag.DeleteAfter, "", usage.AccessListsDeleteAfter)
205205
cmd.Flags().BoolVar(&opts.currentIP, flag.CurrentIP, false, usage.CurrentIP)
206206

0 commit comments

Comments
 (0)