Fix linter warnings

This commit is contained in:
Patrick Pacher
2020-07-16 15:54:37 +02:00
parent 5580cbf4a4
commit fe6af5f263
4 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ var versionCmd = &cobra.Command{
func init() {
flags := versionCmd.Flags()
{
flags.BoolVar(&showShortVersion, "short", false, "Print only the verison number.")
flags.BoolVar(&showShortVersion, "short", false, "Print only the version number.")
flags.BoolVar(&showAllVersions, "all", false, "Dump versions for all components.")
}