We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The help text for --out is missing a closing parenthesis.
--out
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
The text was updated successfully, but these errors were encountered:
Fixed in keys-pub/keys-ext@27825c8
Sorry, something went wrong.
No branches or pull requests
The help text for
--out
is missing a closing parenthesis.This help text should also indicate how STDIN and STDOUT can be used.
The text was updated successfully, but these errors were encountered: