diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-18 09:42:41 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-18 09:50:06 -0400 |
commit | 74af57b6c617382ed0e8cd79626cac98ffc2e549 (patch) | |
tree | 213bb28bfd9ebafed60c91f3c0634ee72c6251a6 /doc/aerc.1.scd | |
parent | ce475e4952fe182a15d8897c3cd94f59df4b64e1 (diff) | |
download | aerc-74af57b6c617382ed0e8cd79626cac98ffc2e549.tar.gz |
Add aerc -v to print the installed version
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 88dab34..4fdd91a 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -6,11 +6,16 @@ aerc - the world's best email client # SYNOPSIS -_aerc_ +_aerc_ [-v] For a guided tutorial, use *:help tutorial* from aerc, or *man aerc-tutorial* from your terminal. +# OPTIONS + +*-v* + Prints the installed version of aerc and exits. + # RUNTIME COMMANDS To execute a command, press ':' to bring up the command interface. Commands may |