diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2024-01-27 22:46:21 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-01-27 23:01:31 +0100 |
commit | 1b67425c278cb9fd2d93e7d7cfed89baf3f05fa1 (patch) | |
tree | e74713828ce11d3e2c3f7ceeb0df161f260561f3 /doc/aerc.1.scd | |
parent | 542086c105a101bd39ed906dd74f108480160aa4 (diff) | |
download | aerc-1b67425c278cb9fd2d93e7d7cfed89baf3f05fa1.tar.gz |
doc: make sure aliases have the same signature
Two aliases did not have the same signature as the main command. Add the
missing signatures.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 89d2b878..ca46a9ea 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -130,7 +130,7 @@ These commands work in any context. Note: commands executed in this way are not executed with the shell. *:eml* [_<path>_]++ -*:preview* +*:preview* [_<path>_] Opens an eml file and displays the message in the message viewer. Can also be used in the message viewer to open an rfc822 attachment or @@ -157,7 +157,7 @@ These commands work in any context. committing the *:send-keys* command's execution. *:term* [_<command>..._]++ -*:terminal* +*:terminal* [_<command>..._] Opens a new terminal tab with a shell running in the current working directory, or the specified command. |