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

@ -14,7 +14,7 @@ func NewConfigCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "config",
Short: "Work with the Constellation configuration file",
Long: "Generate a configuration file for Constellation.",
Long: "Work with the Constellation configuration file.",
Args: cobra.ExactArgs(0),
}