Skip to content

Commit 80721b4

Browse files
committed
fixup
1 parent 1915419 commit 80721b4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cli/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func (*RootCmd) completion() *serpent.Command {
1414
shellOptions := completion.ShellOptions(&shellName)
1515
return &serpent.Command{
1616
Use: "completion",
17-
Short: "Install or update shell completion scripts for the detected shell.",
17+
Short: "Install or update shell completion scripts for the detected or chosen shell.",
1818
Options: []serpent.Option{
1919
{
2020
Flag: "shell",

cli/testdata/coder_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ USAGE:
1616
SUBCOMMANDS:
1717
autoupdate Toggle auto-update policy for a workspace
1818
completion Install or update shell completion scripts for the
19-
detected shell.
19+
detected or chosen shell.
2020
config-ssh Add an SSH Host entry for your workspaces "ssh
2121
coder.workspace"
2222
create Create a workspace

cli/testdata/coder_completion_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coder v0.0.0-devel
33
USAGE:
44
coder completion [flags]
55

6-
Install or update shell completion scripts for the detected shell.
6+
Install or update shell completion scripts for the detected or chosen shell.
77

88
OPTIONS:
99
-p, --print bool

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
2525

2626
| Name | Purpose |
2727
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
28-
| [<code>completion</code>](./cli/completion.md) | Install or update shell completion scripts for the detected shell. |
28+
| [<code>completion</code>](./cli/completion.md) | Install or update shell completion scripts for the detected or chosen shell. |
2929
| [<code>dotfiles</code>](./cli/dotfiles.md) | Personalize your workspace by applying a canonical dotfiles repository |
3030
| [<code>external-auth</code>](./cli/external-auth.md) | Manage external authentication |
3131
| [<code>login</code>](./cli/login.md) | Authenticate with Coder deployment |

docs/cli/completion.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
},
653653
{
654654
"title": "completion",
655-
"description": "Install or update shell completion scripts for the detected shell.",
655+
"description": "Install or update shell completion scripts for the detected or chosen shell.",
656656
"path": "cli/completion.md"
657657
},
658658
{

0 commit comments

Comments
 (0)