Minor changes, proposed by Jordi Mallach.
* scheme/sieve2scm.scmi: Tailor help output to meet help2man expectations. * libmu_scm/mailutils/Makefile.am (EXTRA_DIST): Remove generated file mailutils.scm.
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
15 | ## You should have received a copy of the GNU General Public License | 15 | ## You should have received a copy of the GNU General Public License |
16 | ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. | 16 | ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 | ||
18 | EXTRA_DIST=mailutils.scm mailutils.scm.in | 18 | EXTRA_DIST=mailutils.scm.in |
19 | 19 | ||
20 | DISTCLEANFILES=\ | 20 | DISTCLEANFILES=\ |
21 | mailutils.scm | 21 | mailutils.scm | ... | ... |
... | @@ -982,8 +982,7 @@ exec ${GUILE-guile} -l $0 -c '(mailutils-main)'\n") | ... | @@ -982,8 +982,7 @@ exec ${GUILE-guile} -l $0 -c '(mailutils-main)'\n") |
982 | 982 | ||
983 | (define (sieve-usage) | 983 | (define (sieve-usage) |
984 | (display "usage: sieve2scm [OPTIONS][mailbox]\n") | 984 | (display "usage: sieve2scm [OPTIONS][mailbox]\n") |
985 | (display "GNU sieve2scm -- compile a Sieve program into Scheme code\n") | 985 | (display "GNU sieve2scm -- compile a Sieve program into Scheme code\n\n") |
986 | (display "Options are:\n") | ||
987 | (display " -f, --file FILENAME Set input file name\n") | 986 | (display " -f, --file FILENAME Set input file name\n") |
988 | (display " -o, --output FILENAME Set output file name\n") | 987 | (display " -o, --output FILENAME Set output file name\n") |
989 | (display " -L, --lib-dir DIRNAME Set sieve library directory name\n") | 988 | (display " -L, --lib-dir DIRNAME Set sieve library directory name\n") | ... | ... |
-
Please register or sign in to post a comment