From 446edf6c6f415f52c62d6bc261dba534865c3c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damien=20L=C3=A9ger?= Date: Tue, 20 Apr 2021 08:55:40 +0200 Subject: [PATCH] fix missing argument in encrypting with age section --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b05fcf107..20a68d27f 100644 --- a/README.rst +++ b/README.rst @@ -189,7 +189,7 @@ the ``--age`` option or the **SOPS_AGE_RECIPIENTS** environment variable: .. code:: bash - $ sops --age age1yt3tfqlfrwdwx0z0ynwplcr6qxcxfaqycuprpmy89nr83ltx74tqdpszlw test.yaml > test.enc.yaml + $ sops --encrypt --age age1yt3tfqlfrwdwx0z0ynwplcr6qxcxfaqycuprpmy89nr83ltx74tqdpszlw test.yaml > test.enc.yaml When decrypting a file with the corresponding identity, sops will look for a text file name ``keys.txt`` located in a ``sops`` subdirectory of your user