Fix typos in documentation
This commit is contained in:
parent
f6df556eb0
commit
97ec764db7
8 changed files with 11 additions and 11 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
func NewCmd(traefikConfiguration *cmd.TraefikConfiguration, traefikPointersConfiguration *cmd.TraefikConfiguration) *flaeg.Command {
|
||||
return &flaeg.Command{
|
||||
Name: "storeconfig",
|
||||
Description: `Stores the static traefik configuration into a Key-value stores. Traefik will not start.`,
|
||||
Description: `Stores the static traefik configuration into a Key-value store. Traefik will not start.`,
|
||||
Config: traefikConfiguration,
|
||||
DefaultPointersConfig: traefikPointersConfiguration,
|
||||
HideHelp: true, // TODO storeconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue