Skip to content

Commit a375aa7

Browse files
committed
fix spaces
Signed-off-by: Yutaro Suzuki <yutaro.suzuki@cloudys.dev>
1 parent 38a327a commit a375aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/completion/completion.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func NewCommand() *cobra.Command {
2323
cmd := &cobra.Command{
2424
Args: cobra.NoArgs,
2525
Use: "completion SHELL",
26-
Short: "Generate shell completion code for the specified shell (bash,zsh,fish)",
26+
Short: "Generate shell completion code for the specified shell (bash, zsh, fish)",
2727
Long: longDescription,
2828
}
2929

@@ -35,7 +35,7 @@ func NewCommand() *cobra.Command {
3535
return cmd
3636
}
3737

38-
const longDescription = `Outputs terraform-doc shell completion for the given shell (bash,zsh,fish)
38+
const longDescription = `Outputs terraform-doc shell completion for the given shell (bash, zsh, fish)
3939
This depends on the bash-completion binary. Example installation instructions:
4040
# for bash users
4141
$ terraform-doc completion bash > ~/.terraform-doc-completion

0 commit comments

Comments
 (0)