Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6673c6

Browse files
committed
Make gen
1 parent 36a9bc3 commit d6673c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ coder [flags]
5050
| [<code>stop</code>](./cli/coder_stop) | Stop a workspace |
5151
| [<code>templates</code>](./cli/coder_templates) | Manage templates |
5252
| [<code>tokens</code>](./cli/coder_tokens) | Manage personal access tokens |
53-
| [<code>update</code>](./cli/coder_update) | Update a workspace |
53+
| [<code>update</code>](./cli/coder_update) | Will update and start a given workspace if it is out of date. |
5454
| [<code>users</code>](./cli/coder_users) | Manage users |
5555
| [<code>version</code>](./cli/coder_version) | Show coder version |

docs/cli/coder_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# coder update
44

5-
Update a workspace
5+
Will update and start a given workspace if it is out of date. Use --always-prompt to change the parameter values of the workspace.
66

77
## Usage
88

0 commit comments

Comments
 (0)