Fixed
Showing
1 changed file
with
4 additions
and
3 deletions
... | @@ -478,7 +478,8 @@ The following command line options alter the behavior of the program: | ... | @@ -478,7 +478,8 @@ The following command line options alter the behavior of the program: |
478 | @table @option | 478 | @table @option |
479 | @item -f @var{string} | 479 | @item -f @var{string} |
480 | @itemx --field @var{string} | 480 | @itemx --field @var{string} |
481 | Display the header named by @var{string} instead of @code{From} @code{Subject} pair. | 481 | Display the header named by @var{string} instead of @code{From} |
482 | @code{Subject} pair. | ||
482 | @item -l | 483 | @item -l |
483 | @itemx --to | 484 | @itemx --to |
484 | Include the contents of @code{To} header to the output. The output field | 485 | Include the contents of @code{To} header to the output. The output field |
... | @@ -2188,7 +2189,7 @@ Set output file name | ... | @@ -2188,7 +2189,7 @@ Set output file name |
2188 | Set sieve library directory name | 2189 | Set sieve library directory name |
2189 | 2190 | ||
2190 | @item -d @var{level} | 2191 | @item -d @var{level} |
2191 | @item --debug @var{level} | 2192 | @itemx --debug @var{level} |
2192 | Set debugging level | 2193 | Set debugging level |
2193 | @end table | 2194 | @end table |
2194 | 2195 | ||
... | @@ -2306,7 +2307,7 @@ guimb --guile-arg -opt --guile-arg 24 --file @var{progfile} | ... | @@ -2306,7 +2307,7 @@ guimb --guile-arg -opt --guile-arg 24 --file @var{progfile} |
2306 | In this example, the scheme procedure will see the following command line: | 2307 | In this example, the scheme procedure will see the following command line: |
2307 | 2308 | ||
2308 | @smallexample | 2309 | @smallexample |
2309 | progfile -opt 24 | 2310 | @var{progfile} -opt 24 |
2310 | @end smallexample | 2311 | @end smallexample |
2311 | 2312 | ||
2312 | Finally, if there are many arguments to be passed to Scheme, it is more | 2313 | Finally, if there are many arguments to be passed to Scheme, it is more | ... | ... |
-
Please register or sign in to post a comment