cli: fix command order and minor wording tweaks in config cmd

This commit is contained in:
Thomas Tendyck 2022-05-24 11:56:40 +02:00 committed by Thomas Tendyck
parent 88ec7397c9
commit 9f0c751f1b
4 changed files with 6 additions and 4 deletions

View file

@ -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),
}