add help on --info

This commit is contained in:
q
2024-07-19 13:18:22 +03:00
parent 871369e7c9
commit a127edb9c3

View File

@@ -124,6 +124,8 @@ Usage
GPGPASS=mysecretpassword qgpg --key ./mykey --decrypt file.gpg file.txt
- Symmetric encryption (Just leave out the --key):
qgpg --encrypt file.txt file.gpg
- Check who owns the private key:
qgpg --info --key ./mykey
""",
)