Skip to content

Commit

Permalink
Fixed a type in completion example (#508)
Browse files Browse the repository at this point in the history
Fixed a type in completion example
  • Loading branch information
twpayne committed Dec 9, 2019
2 parents fa8e001 + f1b4221 commit d3c75da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/helps.gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var helps = map[string]help{
"Output shell completion code for the specified shell (\"bash\", \"fish\", or \"zsh\").\n",
example: "" +
" chezmoi completion bash\n" +
" chezmoi completion fish > ~/.config/fish/completions/chezmoi\n" +
" chezmoi completion fish > ~/.config/fish/completions/chezmoi.fish\n" +
" chezmoi completion zsh",
},
"data": {
Expand Down
2 changes: 1 addition & 1 deletion docs/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Output shell completion code for the specified shell (`bash`, `fish`, or `zsh`).
#### `completion` examples

chezmoi completion bash
chezmoi completion fish > ~/.config/fish/completions/chezmoi
chezmoi completion fish > ~/.config/fish/completions/chezmoi.fish
chezmoi completion zsh

### `data`
Expand Down

0 comments on commit d3c75da

Please sign in to comment.