forked from TrueCloudLab/frostfs-node
[#1728] Don't describe default value twice
Cobra will mention default value automatically. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
31b6af5667
commit
e68c80df0a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue