summaryrefslogtreecommitdiff
path: root/docs/CREDENTIALS.md
diff options
context:
space:
mode:
authorStefan Seering <git-public@stefan.seeri.ng>2022-05-12 14:05:12 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-05-12 21:13:03 +0900
commit026d48ba93ea16596f058bf90e9e327a21675dd1 (patch)
treed17f9b468f2a8559c09b4b1ff48416fff5d145b3 /docs/CREDENTIALS.md
parentb692ad36b99909453cf4f975a346e41d6afc68a0 (diff)
downloadsystemd-026d48ba93ea16596f058bf90e9e327a21675dd1.tar.gz
fix typo
Diffstat (limited to 'docs/CREDENTIALS.md')
-rw-r--r--docs/CREDENTIALS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md
index 1356d16827..d8131c4425 100644
--- a/docs/CREDENTIALS.md
+++ b/docs/CREDENTIALS.md
@@ -195,7 +195,7 @@ encrypt and decrypt/authenticate credentials. Example:
```sh
systemd-creds encrypt plaintext.txt ciphertext.cred
-shred -u plaintext-txt
+shred -u plaintext.txt
systemd-run -P --wait -p LoadCredentialEncrypted=foobar:$(pwd)/ciphertext.cred systemd-creds cat foobar
```