[#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:
Evgenii Stratonikov 2022-07-19 15:45:58 +03:00 committed by fyrchik
parent 175e9da3a7
commit a52e7c2c99
7 changed files with 33 additions and 30 deletions

View file

@ -25,8 +25,6 @@ const (
cidFlag = "cid"
)
const sgLifetimeFlag = "lifetime"
func init() {
storageGroupChildCommands := []*cobra.Command{
sgPutCmd,