doc: trim trailing whitespace

This commit is contained in:
a1346054
2022-08-01 20:30:53 +00:00
committed by Filippo Valsorda
parent 3f2209cab9
commit ebf48f1bbc
3 changed files with 4 additions and 4 deletions

View File

@@ -96,5 +96,5 @@ jobs:
release_id: release.data.id, release_id: release.data.id,
name: file, name: file,
data: await fs.readFile(file), data: await fs.readFile(file),
}); });
} }

View File

@@ -19,7 +19,7 @@ standard error.
* `-o`, `--output`=<OUTPUT>: * `-o`, `--output`=<OUTPUT>:
Write the identity to <OUTPUT> instead of standard output. Write the identity to <OUTPUT> instead of standard output.
If <OUTPUT> already exists, it is not overwritten. If <OUTPUT> already exists, it is not overwritten.
* `-y`: * `-y`:

View File

@@ -69,7 +69,7 @@ overhead per recipient, plus 16 bytes every 64KiB of plaintext.
* `-a`, `--armor`: * `-a`, `--armor`:
Encrypt to an ASCII-only "armored" encoding. Encrypt to an ASCII-only "armored" encoding.
`age` armor is a strict version of PEM with type `AGE ENCRYPTED FILE`, `age` armor is a strict version of PEM with type `AGE ENCRYPTED FILE`,
canonical "strict" Base64, no headers, and no support for leading and canonical "strict" Base64, no headers, and no support for leading and
trailing extra data. trailing extra data.
@@ -127,7 +127,7 @@ overhead per recipient, plus 16 bytes every 64KiB of plaintext.
If the private key is password-protected, the password is requested If the private key is password-protected, the password is requested
interactively only if the SSH identity matches the file. See the interactively only if the SSH identity matches the file. See the
[SSH keys][] section for more information, including supported key types. [SSH keys][] section for more information, including supported key types.
d\. "`-`", causing one of the options above to be read from standard input. d\. "`-`", causing one of the options above to be read from standard input.
In this case, the <INPUT> argument must be specified. In this case, the <INPUT> argument must be specified.