Skip to content
Snippets Groups Projects
Commit 9e05b84b authored by Stephan Bosch's avatar Stephan Bosch
Browse files

sieve-tools: The -D option wasn't enabled and documented for all tools.

parent c8e81d26
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,9 @@ the binary. ...@@ -40,6 +40,9 @@ the binary.
.BI \-c\ config\-file .BI \-c\ config\-file
Alternative Dovecot configuration file path. Alternative Dovecot configuration file path.
.TP .TP
.B \-D
Enable Sieve debugging.
.TP
.B \-h .B \-h
Produce per\-block hexdump output of the whole binary instead of the normal Produce per\-block hexdump output of the whole binary instead of the normal
human\-readable output. human\-readable output.
......
...@@ -57,6 +57,9 @@ The output is identical to what the \fBsieve\-dump\fP(1) command produces ...@@ -57,6 +57,9 @@ The output is identical to what the \fBsieve\-dump\fP(1) command produces
for a compiled Sieve binary file. Note that this option is not allowed when the for a compiled Sieve binary file. Note that this option is not allowed when the
\fIout\-file\fP argument is a directory. \fIout\-file\fP argument is a directory.
.TP .TP
.B \-D
Enable Sieve debugging.
.TP
.BI \-x\ extensions .BI \-x\ extensions
Set the available extensions. The parameter is a space\-separated list of the Set the available extensions. The parameter is a space\-separated list of the
active extensions. By prepending the extension identifiers with \fB+\fP or active extensions. By prepending the extension identifiers with \fB+\fP or
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
static void print_help(void) static void print_help(void)
{ {
printf( printf(
"Usage: sieve-dump [-c <config-file>] [-h] [-P <plugin>] [-x <extensions>]\n" "Usage: sieve-dump [-c <config-file>] [-D] [-h] [-P <plugin>] [-x <extensions>]\n"
" <sieve-binary> [<out-file>]\n" " <sieve-binary> [<out-file>]\n"
); );
} }
...@@ -46,7 +46,7 @@ int main(int argc, char **argv) ...@@ -46,7 +46,7 @@ int main(int argc, char **argv)
int exit_status = EXIT_SUCCESS; int exit_status = EXIT_SUCCESS;
int c; int c;
sieve_tool = sieve_tool_init("sieve-dump", &argc, &argv, "hP:x:", FALSE); sieve_tool = sieve_tool_init("sieve-dump", &argc, &argv, "DhP:x:", FALSE);
outfile = NULL; outfile = NULL;
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
static void print_help(void) static void print_help(void)
{ {
printf( printf(
"Usage: sievec [-c <config-file>] [-d] [-P <plugin>] [-x <extensions>] \n" "Usage: sievec [-c <config-file>] [-d] [-D] [-P <plugin>] [-x <extensions>] \n"
" <script-file> [<out-file>]\n" " <script-file> [<out-file>]\n"
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.