From: Stefan Seering Date: Thu, 12 May 2022 12:05:12 +0000 (+0200) Subject: fix typo X-Git-Tag: v251-rc3~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=026d48ba93ea16596f058bf90e9e327a21675dd1;p=thirdparty%2Fsystemd.git fix typo --- diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md index 1356d16827c..d8131c4425b 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 ```