]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix typo
authorStefan Seering <git-public@stefan.seeri.ng>
Thu, 12 May 2022 12:05:12 +0000 (14:05 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 May 2022 12:13:03 +0000 (21:13 +0900)
docs/CREDENTIALS.md

index 1356d16827cdde948a887a90e29aee601aba1ab7..d8131c4425b4d9a7ca5ce188c029223273a35bc0 100644 (file)
@@ -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
 ```