Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 3b2afa4

Browse files
author
Faris Huskovic
committed
fix build
1 parent f67a779 commit 3b2afa4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/coder_images.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Manage existing images and/or import new ones.
1010

1111
```
1212
-h, --help help for images
13-
--user string Specifies the user (default "me")
13+
--user string Specifies the user by email (default "me")
1414
```
1515

1616
### Options inherited from parent commands
@@ -22,5 +22,5 @@ Manage existing images and/or import new ones.
2222
### SEE ALSO
2323

2424
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
25-
* [coder images ls](coder_images_ls.md) - list all images owned by the active user
25+
* [coder images ls](coder_images_ls.md) - list all images available to the active user
2626

docs/coder_images_ls.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## coder images ls
22

3-
list all images owned by the active user
3+
list all images available to the active user
44

55
### Synopsis
66

7-
List all Coder images owned by the active user.
7+
List all Coder images available to the active user.
88

99
```
1010
coder images ls [flags]
@@ -21,7 +21,7 @@ coder images ls [flags]
2121
### Options inherited from parent commands
2222

2323
```
24-
--user string Specifies the user (default "me")
24+
--user string Specifies the user by email (default "me")
2525
-v, --verbose show verbose output
2626
```
2727

0 commit comments

Comments
 (0)