Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 1, 2023
1 parent 1d23f77 commit 45c709c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/snapshot/save/snapshot_save.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ type cmd struct {

func (c *cmd) getAppendFileNameFlag() *flag.FlagSet {
fs := flag.NewFlagSet("", flag.ContinueOnError)
fs.Var(&c.appendFileNameFlag, "append-filename", "Append filename flag takes two possible values. "+
"1. version, 2. dc. 3. node 5. status. It appends consul version and datacenter to filename given in command")
fs.Var(&c.appendFileNameFlag, "append-filename", "Append filename flag supports the following "+
"comma-separated arguments. 1. version, 2. dc. 3. node 4. status. It appends these values to the filename provided in the command")
return fs
}

Expand Down

0 comments on commit 45c709c

Please sign in to comment.