We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a1ed8 commit a6b9aaeCopy full SHA for a6b9aae
pkg/cmd/cli/cmd/extract.go
@@ -28,7 +28,7 @@ The extract command makes it easy to download the contents of a config map or se
28
Each key in the config map or secret is created as a separate file with the name of the key, as it
29
is when you mount a secret or config map into a container.
30
31
-You can limit which keys are extracted with the --only=NAME flag, or set the directory to extract to
+You can limit which keys are extracted with the --keys=NAME flag, or set the directory to extract to
32
with --to=DIRECTORY.`
33
34
extractExample = ` # extract the secret "test" to the current directory
0 commit comments