Skip to content

Commit 6a22314

Browse files
committed
パスを追加
暗号化の出力先と整合性をとるため
1 parent b966576 commit 6a22314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/gpg-file-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zip -r foo.zip foo
1515
gpg -e -o /tmp/encrypted.zip.gpg -r you@example.com foo.zip
1616

1717
# 復号
18-
gpg -d -o /tmp/decrypted.zip encrypted.zip.gpg
18+
gpg -d -o /tmp/decrypted.zip /tmp/encrypted.zip.gpg
1919
```
2020

2121
| ロングオプション | ショートオプション | 説明 |

0 commit comments

Comments
 (0)