diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb2fe04..6f2f269 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,5 +96,5 @@ jobs: release_id: release.data.id, name: file, data: await fs.readFile(file), - }); + }); } diff --git a/doc/age-keygen.1.ronn b/doc/age-keygen.1.ronn index 4b29c54..fef248c 100644 --- a/doc/age-keygen.1.ronn +++ b/doc/age-keygen.1.ronn @@ -19,7 +19,7 @@ standard error. * `-o`, `--output`=: Write the identity to instead of standard output. - + If already exists, it is not overwritten. * `-y`: diff --git a/doc/age.1.ronn b/doc/age.1.ronn index 51b4227..1d71a4b 100644 --- a/doc/age.1.ronn +++ b/doc/age.1.ronn @@ -69,7 +69,7 @@ overhead per recipient, plus 16 bytes every 64KiB of plaintext. * `-a`, `--armor`: Encrypt to an ASCII-only "armored" encoding. - + `age` armor is a strict version of PEM with type `AGE ENCRYPTED FILE`, canonical "strict" Base64, no headers, and no support for leading and 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 interactively only if the SSH identity matches the file. See the [SSH keys][] section for more information, including supported key types. - + d\. "`-`", causing one of the options above to be read from standard input. In this case, the argument must be specified.