mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Remove future tense from man pages
Remove all will, would, could, should and use present tense. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -11,10 +11,10 @@ podman\-secret\-rm - Remove one or more secrets
|
||||
Removes one or more secrets.
|
||||
|
||||
`podman secret rm` is safe to use on secrets that are in use by a container.
|
||||
The created container will still have access to the secret data because secrets are
|
||||
The created container has access to the secret data because secrets are
|
||||
copied and mounted into the container when a container is created. If a secret is deleted and
|
||||
another secret is created with the same name, the secret inside the container will not change;
|
||||
the old secret value will still remain.
|
||||
another secret is created with the same name, the secret inside the container does not change;
|
||||
the old secret value still remains.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
|
Reference in New Issue
Block a user