mirror of
https://github.com/FiloSottile/age.git
synced 2025-12-23 05:25:14 +00:00
doc: trim trailing whitespace
This commit is contained in:
committed by
Filippo Valsorda
parent
3f2209cab9
commit
ebf48f1bbc
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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`:
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user