about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-10-06 20:46:50 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-10-06 20:46:50 +0200
commit7d7997e93c281cbaa532492005fd269a9ab0d808 (patch)
tree11a99dfde9d37e94afd857ff20b7d7fa59045c56 /src/command
parenta10ab4e692e37dec98c6801fa86894a2683ed309 (diff)
downloadprofani-tty-7d7997e93c281cbaa532492005fd269a9ab0d808.tar.gz
Add account clear example to help
Give example on how to clear pgpkeyig.
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 6bc4831d..32bbec46 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2100,7 +2100,9 @@ static struct cmd_t command_defs[] =
             "/account set me nick dennis",
             "/account set me status dnd",
             "/account set me dnd -1",
-            "/account rename me chattyme")
+            "/account rename me chattyme",
+            "/account clear me pgpkeyid"
+            )
     },
 
     { "/plugins",