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.
2 parents 4515c6b + d54a053 commit ac3a9f8Copy full SHA for ac3a9f8
cmd/podman/secrets/create.go
@@ -23,7 +23,7 @@ var createCmd = &cobra.Command{
23
RunE: create,
24
Args: cobra.ExactArgs(2),
25
Example: `podman secret create mysecret /path/to/secret
26
- printf "secretdata" | podman secret create mysecret -`,
+ printf "secretdata" | podman secret create mysecret -`,
27
ValidArgsFunction: common.AutocompleteSecretCreate,
28
}
29
0 commit comments