diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-25 01:26:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-25 01:26:29 +0100 |
commit | 219288ea4ffd24399d110b28ff790bcf78eb6532 (patch) | |
tree | c00316e87eeb2a452588a499e1eb11f8140beaf7 /src/rspamadm/pw.c | |
parent | 8d08ce4da42d2b746a7462899f901e8f422e3d81 (diff) | |
download | rspamd-219288ea4ffd24399d110b28ff790bcf78eb6532.tar.gz rspamd-219288ea4ffd24399d110b28ff790bcf78eb6532.zip |
Slightly improve help messages.
Diffstat (limited to 'src/rspamadm/pw.c')
-rw-r--r-- | src/rspamadm/pw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rspamadm/pw.c b/src/rspamadm/pw.c index df1ca2db7..f72db4fa3 100644 --- a/src/rspamadm/pw.c +++ b/src/rspamadm/pw.c @@ -62,9 +62,9 @@ rspamadm_pw_help (gboolean full_help) const char *help_str; if (full_help) { - help_str = "Manipulate with passwords in rspamd\n" + help_str = "Manipulate with passwords in rspamd\n\n" "Usage: rspamadm pw [command]\n" - "Where commands are:\n" + "Where commands are:\n\n" "--encrypt: encrypt password (this is a default command)\n" "--check: check encrypted password using encrypted password\n" "--help: shows available options and commands"; |