From f1b4221890ee2ec9dff08fa4a021848b89cb3f82 Mon Sep 17 00:00:00 2001 From: ptx Date: Mon, 9 Dec 2019 11:06:28 +0100 Subject: [PATCH] Fixed a type in completion example --- cmd/helps.gen.go | 2 +- docs/REFERENCE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helps.gen.go b/cmd/helps.gen.go index 4fdaf06753b..7f45e8cdf89 100644 --- a/cmd/helps.gen.go +++ b/cmd/helps.gen.go @@ -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": { diff --git a/docs/REFERENCE.md b/docs/REFERENCE.md index eda9284eb2b..4a0a706985b 100644 --- a/docs/REFERENCE.md +++ b/docs/REFERENCE.md @@ -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`