fixed filename mention

This commit is contained in:
2025-03-27 10:23:40 +00:00
parent 1faa7a22aa
commit 3bfa4c5988

View File

@@ -4,7 +4,7 @@
#### To encrypt
```
gpg --output user_credentials.crypt --symmetric --cypher-algo AES256 user_credentials.json
gpg --output user_credentials.crypt --symmetric --cypher-algo AES256 users.json
```
#### To decrypt