Skip to content

Commit a6b9aae

Browse files
committed
update invalid oc extract usage flag to "keys"
1 parent 14a1ed8 commit a6b9aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/cli/cmd/extract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The extract command makes it easy to download the contents of a config map or se
2828
Each key in the config map or secret is created as a separate file with the name of the key, as it
2929
is when you mount a secret or config map into a container.
3030
31-
You can limit which keys are extracted with the --only=NAME flag, or set the directory to extract to
31+
You can limit which keys are extracted with the --keys=NAME flag, or set the directory to extract to
3232
with --to=DIRECTORY.`
3333

3434
extractExample = ` # extract the secret "test" to the current directory

0 commit comments

Comments
 (0)