mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-16 10:40:31 -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
|
@ -8,7 +8,7 @@ func newConfigCmd() *cobra.Command {
|
|||
cmd := &cobra.Command{
|
||||
Use: "config",
|
||||
Short: "Work with the Constellation configuration file",
|
||||
Long: "Generate & manipulate configuration file for Constellation.",
|
||||
Long: "Generate a configuration file for Constellation.",
|
||||
Args: cobra.ExactArgs(0),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue