mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-07 16:55:15 -04:00
cli: minor improvements of output
This commit is contained in:
parent
d83a5f8693
commit
4b36d3a930
7 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue