mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-21 06:21:43 -04:00
fixed wording (#162)
This commit is contained in:
parent
f620d6194d
commit
daf356d88e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
func newConfigCmd() *cobra.Command {
|
func newConfigCmd() *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "config",
|
Use: "config",
|
||||||
Short: "Work with Constellation configuration file",
|
Short: "Work with the Constellation configuration file",
|
||||||
Long: "Generate & manipulate configuration file for Constellation.",
|
Long: "Generate & manipulate configuration file for Constellation.",
|
||||||
Args: cobra.ExactArgs(0),
|
Args: cobra.ExactArgs(0),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue