]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix help output
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 20 May 2023 14:26:53 +0000 (15:26 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 20 May 2023 14:26:53 +0000 (15:26 +0100)
Issue: #4483

src/rspamadm/pw.c

index c81c96a9471dbf5c425f93e493863d3b68832afb..351004465698ee7d2d1477ce8781c6f3d1497f86 100644 (file)
@@ -64,12 +64,13 @@ rspamadm_pw_help (gboolean full_help, const struct rspamadm_command *cmd)
        const char *help_str;
 
        if (full_help) {
-               help_str = "Manipulate with passwords in rspamd\n\n"
+               help_str = "Manipulate with passwords in Rspamd\n\n"
                                "Usage: rspamadm pw [command]\n"
                                "Where commands are:\n\n"
                                "--encrypt: encrypt password (this is a default command)\n"
                                "--check: check encrypted password using encrypted password\n"
                                "--list: list available pbkdf algorithms\n"
+                               "--password: input password\n"
                                "--type: select the specified pbkdf type\n"
                                "--help: shows available options and commands";
        }