mirror of
https://github.com/openziti/zrok.git
synced 2025-03-09 20:41:31 +01:00
punctuate consistently
This commit is contained in:
parent
9b067d2266
commit
a1f72c061b
@ -18,7 +18,7 @@ func newConfigGetCommand() *configGetCommand {
|
||||
cmd := &cobra.Command{
|
||||
Use: "get <configName>",
|
||||
Short: "Get a value from the environment config",
|
||||
Long: "Get a value from the environment config. Use 'zrok status' to list available configuration names and current values",
|
||||
Long: "Get a value from the environment config. Use 'zrok status' to list available configuration names and current values.",
|
||||
Args: cobra.ExactArgs(1),
|
||||
}
|
||||
command := &configGetCommand{cmd: cmd}
|
||||
|
@ -22,7 +22,7 @@ func newConfigSetCommand() *configSetCommand {
|
||||
cmd := &cobra.Command{
|
||||
Use: "set <configName> <value>",
|
||||
Short: "Set a value into the environment config",
|
||||
Long: "Set a value into the environment config. Use 'zrok status' to list available configuration names and current values",
|
||||
Long: "Set a value into the environment config. Use 'zrok status' to list available configuration names and current values.",
|
||||
Args: cobra.ExactArgs(2),
|
||||
}
|
||||
command := &configSetCommand{cmd: cmd}
|
||||
|
Loading…
Reference in New Issue
Block a user