diff --git a/cmd/neofs-cli/modules/object/hash.go b/cmd/neofs-cli/modules/object/hash.go index 8202aacf3..bcf9a6239 100644 --- a/cmd/neofs-cli/modules/object/hash.go +++ b/cmd/neofs-cli/modules/object/hash.go @@ -32,7 +32,7 @@ var objectHashCmd = &cobra.Command{ func initObjectHashCmd() { commonflags.Init(objectHashCmd) - initFlagSession(objectHeadCmd, "RANGEHASH") + initFlagSession(objectHashCmd, "RANGEHASH") flags := objectHashCmd.Flags()