summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-07 08:27:28 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-07 08:27:28 +0200
commitda66a343b3779bb1677525d32b74a2058f0a2e5f (patch)
treeb1b1cfafa668e2ef266474b3e30db6fd3baa33e9 /src/core/wee-command.c
parentc4c66923f59ce617bde14d61261d27514493a7b1 (diff)
downloadweechat-da66a343b3779bb1677525d32b74a2058f0a2e5f.zip
core: fix typo in /help secure
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 66be06f4d..d3ace4b69 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -6857,7 +6857,7 @@ command_init ()
" -delete: delete passphrase\n"
" decrypt: decrypt data still encrypted (it happens only "
"if passphrase was not given on startup)\n"
- " -discard: discard all data still encrypted data\n"
+ " -discard: discard all data still encrypted\n"
" set: add or change secured data\n"
" del: delete secured data\n\n"
"Without argument, this command displays secured data "