FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
16.83k stars 492 forks source link

age: add missing -p to usage text #168

Closed codesoap closed 3 years ago

codesoap commented 3 years ago

I was initially not sure, whether this flag should only be used for encryption or for both encryption and decryption. This change would have prevented my confusion.

FiloSottile commented 3 years ago

Made it a separate variant in #173 because -p and -r are mutually exclusive.