[#1728] Don't describe default value twice

Cobra will mention default value automatically.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
remotes/fyrchik/fix-grpc-timeout-backup
Alexey Vanin 2022-08-24 15:14:40 +03:00 committed by fyrchik
parent 31b6af5667
commit e68c80df0a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func init() {
_ = deployCmd.MarkFlagFilename(contractPathFlag)
ff.Bool(updateFlag, false, "Update an existing contract")
ff.String(customZoneFlag, "neofs", "Custom zone for NNS (default: 'neofs')")
ff.String(customZoneFlag, "neofs", "Custom zone for NNS")
}
func deployContractCmd(cmd *cobra.Command, args []string) error {