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

cmd/age-keygen: add --output option as an alias for -o #177

Closed twpayne closed 3 years ago

twpayne commented 3 years ago

age-keygen didn't support the --output option it documented -- the option simply wasn't defined. This PR fixes that.

The whitespace change is to make the structure of cmd/age-keygen.main more closely match the structure of cmd/age.main.

FiloSottile commented 3 years ago

Good catch!