desc corrections

This commit is contained in:
t-dedah
2022-06-13 11:40:06 +05:30
parent 5593cd0b39
commit d11a35a605
5 changed files with 8 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ func Execute() {
}
func init() {
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
rootCmd.SetHelpTemplate(getRootHelp())
}