[#1612] neofs-cli: Unify expiration flags
Use `expire-at` everywhere expiration epoch is expected. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
175e9da3a7
commit
a52e7c2c99
7 changed files with 33 additions and 30 deletions
|
@ -25,8 +25,6 @@ const (
|
|||
cidFlag = "cid"
|
||||
)
|
||||
|
||||
const sgLifetimeFlag = "lifetime"
|
||||
|
||||
func init() {
|
||||
storageGroupChildCommands := []*cobra.Command{
|
||||
sgPutCmd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue