Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing paren in help text #115

Open
grempe opened this issue Jul 30, 2020 · 1 comment
Open

Missing paren in help text #115

grempe opened this issue Jul 30, 2020 · 1 comment
Labels
next release Will be in the next release

Comments

@grempe
Copy link

grempe commented Jul 30, 2020

The help text for --out is missing a closing parenthesis.

This help text should also indicate how STDIN and STDOUT can be used.

❯ keys encrypt -h
NAME:
   keys encrypt - Encrypt

USAGE:
   keys encrypt [command options] [arguments...]

OPTIONS:
   --recipient value, -r value               recipients
   --sender value, --signer value, -s value  signer (or anonymous if not specified)
   --armor, -a                               armored
   --in value, -i value                      file to read
   --out value, -o value                     file to write (defaults to {in}.enc
   --mode value, -m value                    encryption mode: encrypt (default) or signcrypt
@gabriel gabriel added the next release Will be in the next release label Jul 31, 2020
@gabriel
Copy link
Contributor

gabriel commented Jul 31, 2020

Fixed in keys-pub/keys-ext@27825c8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release Will be in the next release
Projects
None yet
Development

No branches or pull requests

2 participants