cli: minor improvements of output

This commit is contained in:
Thomas Tendyck 2022-09-11 16:24:15 +02:00 committed by Thomas Tendyck
parent d83a5f8693
commit 4b36d3a930
7 changed files with 8 additions and 9 deletions

View file

@ -45,7 +45,7 @@ func newUpgradePlanCmd() *cobra.Command {
RunE: runUpgradePlan,
}
cmd.Flags().StringP("file", "f", "", "path to output file, or '-' for stdout, leave empty for interactive mode")
cmd.Flags().StringP("file", "f", "", "path to output file, or '-' for stdout (omit for interactive mode)")
return cmd
}