diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-18 09:42:41 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-13 12:46:34 -0400 |
commit | 61a9e72f4c7276771d4ae966918358c27b90bc23 (patch) | |
tree | b45c75f31c5b6ffecc91787c80d9faf17452cfce /doc | |
parent | b34242560e361d0fd73a9f49e4be7052b96cde5e (diff) | |
download | aerc-61a9e72f4c7276771d4ae966918358c27b90bc23.tar.gz |
Add aerc -v to print the installed version 0.1.3
Diffstat (limited to 'doc')
-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 4f0137c..4122269 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -6,10 +6,15 @@ aerc - the world's best email client # SYNOPSIS -_aerc_ +_aerc_ [-v] For a guided tutorial, use *:help tutorial*. +# 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 |