Clean flags desc for binary tools file

Signed-off-by: zhanluxianshen <irelandabby883@gmail.com>
This commit is contained in:
zhanluxianshen 2024-04-10 23:12:02 +08:00
parent bc039aa483
commit 5860e39f97
No known key found for this signature in database
GPG Key ID: 97489C6711E9DDE6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func NewFileDeleteCommand() *cobra.Command {
},
}
cmd.Flags().StringVarP(&fileName, "file-name", "o", "", "the old name of the file/directory")
cmd.Flags().StringVarP(&fileName, "file-name", "o", "", "the name of deleted file")
return cmd
}