mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 11:08:50 -04:00
cli: fix command order and minor wording tweaks in config cmd
This commit is contained in:
parent
88ec7397c9
commit
9f0c751f1b
4 changed files with 6 additions and 4 deletions
|
@ -23,7 +23,7 @@ func newConfigGenerateCmd() *cobra.Command {
|
|||
ValidArgsFunction: generateCompletion,
|
||||
RunE: runConfigGenerate,
|
||||
}
|
||||
cmd.Flags().StringP("file", "f", constants.ConfigFilename, "output file")
|
||||
cmd.Flags().StringP("file", "f", constants.ConfigFilename, "path to output file, or '-' for stdout")
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue