Skip to content
Snippets Groups Projects
Commit 2cb6cb05 authored by Han Han's avatar Han Han :horse_racing_tone1: Committed by Michal Privoznik
Browse files

docs: formatsecret: Fix an example of secret-set-value


The previous example will cause the error like:
error: Options --file and --base64 are mutually exclusive

Reported-by: default avatarYanqiu Zhang <yanqzhan@redhat.com>
Signed-off-by: default avatarHan Han <hhan@redhat.com>
Reviewed-by: default avatarMichal Privoznik <mprivozn@redhat.com>
parent c54df8ed
No related branches found
No related tags found
Loading
......@@ -318,7 +318,7 @@ be omitted if the file contents are base64-encoded.
::
# virsh secret-set-value 6dd3e4a5-1d76-44ce-961f-f119f5aad935 --file --plain secretinfile
# virsh secret-set-value 6dd3e4a5-1d76-44ce-961f-f119f5aad935 --file secretinfile --plain
Secret value set
**WARNING** The following approach is **insecure** and deprecated. The secret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment