fixed wording (#162)

This commit is contained in:
Fabian Kammel 2022-05-18 19:01:11 +02:00 committed by GitHub
parent f620d6194d
commit daf356d88e

View File

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