about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-21 22:06:27 +0100
committerJames Booth <boothj5@gmail.com>2015-06-21 22:06:27 +0100
commit9526f2b7ebe1c5a1f0c1ce72f8c7c5651bed87ea (patch)
treeb97589d4ac08510e8d2aac02dd7ce903e92608cf /src/command
parent3d2f999efb9995e003f0d18dba059357721b272a (diff)
downloadprofani-tty-9526f2b7ebe1c5a1f0c1ce72f8c7c5651bed87ea.tar.gz
Fixed /pgp help formatting
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
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.",