diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-02-17 10:09:32 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-02-17 10:09:32 +0100 |
commit | 92f693017573b746c4908f4554874b26d09b4311 (patch) | |
tree | 36f051c08d28366f10ca562d8af08e128cc9dd5b /src/command | |
parent | 555e50cc92b03199379d8da027c305b6207e7eed (diff) | |
download | profani-tty-92f693017573b746c4908f4554874b26d09b4311.tar.gz |
Fix typo
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 1e655a26..f105fcd6 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1672,7 +1672,7 @@ static struct cmd_t command_defs[] = { "log on|off", "Enable or disable plaintext logging of PGP encrypted messages." }, { "log redact", "Log PGP encrypted messages, but replace the contents with [redacted]. This is the default." }, { "char <char>", "Set the character to be displayed next to PGP encrypted messages." }, - { "sendfile on|off", "Allow /sendfile to send unencrypted files while otherwise using PGP session."}) + { "sendfile on|off", "Allow /sendfile to send unencrypted files while otherwise using PGP."}) CMD_EXAMPLES( "/pgp log off", "/pgp setkey buddy@buddychat.org BA19CACE5A9592C5", |