diff options
author | James Booth <boothj5@gmail.com> | 2015-06-21 22:06:27 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-21 22:06:27 +0100 |
commit | 9526f2b7ebe1c5a1f0c1ce72f8c7c5651bed87ea (patch) | |
tree | b97589d4ac08510e8d2aac02dd7ce903e92608cf | |
parent | 3d2f999efb9995e003f0d18dba059357721b272a (diff) | |
download | profani-tty-9526f2b7ebe1c5a1f0c1ce72f8c7c5651bed87ea.tar.gz |
Fixed /pgp help formatting
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index ac8b1deb..fb7c7629 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -875,7 +875,7 @@ static struct cmd_t command_defs[] = "---------------------", "Open PGP commands.", "", - "keys : List private keys." + "keys : List private keys.", "libver : Show which version of the libgpgme library is being used.", "fps : Show received fingerprints.", "start [contact] : Start PGP encrypted chat, current contact will be used if not specified.", |