Skip to content

Commit

Permalink
Update cmd/neofs-cli/modules/container/create.go
Browse files Browse the repository at this point in the history
Co-authored-by: LeL <[email protected]>
Signed-off-by: AliceInHunterland <[email protected]>
  • Loading branch information
AliceInHunterland and cthulhu-rider authored Aug 9, 2023
1 parent acab21a commit 1a2274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/neofs-cli/modules/container/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func initContainerCreateCmd() {
flags.DurationP(commonflags.Timeout, commonflags.TimeoutShorthand, commonflags.TimeoutDefault, commonflags.TimeoutUsage)
flags.StringP(commonflags.WalletPath, commonflags.WalletPathShorthand, commonflags.WalletPathDefault, commonflags.WalletPathUsage)
flags.StringP(commonflags.Account, commonflags.AccountShorthand, commonflags.AccountDefault, commonflags.AccountUsage)
flags.StringVar(&containerACL, "basic-acl", acl.NamePrivate, fmt.Sprintf("HEX encoded basic ACL value or keywords like '%s', '%s', '%s',\n '%s', '%s', '%s', '%s', '%s'\n"+
flags.StringVar(&containerACL, "basic-acl", acl.NamePrivate, fmt.Sprintf("HEX encoded basic ACL value or one of the keywords ['%s', '%s', '%s',\n '%s', '%s', '%s', '%s', '%s]'\n"+
"To see the basic ACL details, run: 'neofs-cli acl basic --help'",
acl.NamePublicRW, acl.NamePrivate, acl.NamePublicROExtended, acl.NamePrivateExtended, acl.NamePublicRO, acl.NamePublicRWExtended, acl.NamePublicAppend, acl.NamePublicAppendExtended))
flags.StringVarP(&containerPolicy, "policy", "p", "", "QL-encoded or JSON-encoded placement policy or path to file with it")
Expand Down

0 comments on commit 1a2274b

Please sign in to comment.