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/keypair.c | |
parent | 8d08ce4da42d2b746a7462899f901e8f422e3d81 (diff) | |
download | rspamd-219288ea4ffd24399d110b28ff790bcf78eb6532.tar.gz rspamd-219288ea4ffd24399d110b28ff790bcf78eb6532.zip |
Slightly improve help messages.
Diffstat (limited to 'src/rspamadm/keypair.c')
-rw-r--r-- | src/rspamadm/keypair.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rspamadm/keypair.c b/src/rspamadm/keypair.c index 746a9c294..d5ef2bce4 100644 --- a/src/rspamadm/keypair.c +++ b/src/rspamadm/keypair.c @@ -55,11 +55,11 @@ rspamadm_keypair_help (gboolean full_help) const char *help_str; if (full_help) { - help_str = "Create key pairs for httpcrypt\n" + help_str = "Create key pairs for httpcrypt\n\n" "Usage: rspamadm keypair [-x -r]\n" - "Where options are:\n" - "-x encode with hex instead of base32\n" - "-r print raw base32/hex\n" + "Where options are:\n\n" + "-x: encode with hex instead of base32\n" + "-r: print raw base32/hex\n" "--help: shows available options and commands"; } else { |