File: sieve2scm_help_output.patch

package info (click to toggle)
mailutils 1%3A2.99.98-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 31,016 kB
  • ctags: 18,412
  • sloc: ansic: 159,406; sh: 73,526; yacc: 5,832; cpp: 3,827; makefile: 2,902; lex: 2,046; python: 1,652; exp: 1,262; lisp: 782; awk: 200; sed: 31
file content (18 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Jordi Mallach <jordi@debian.org>
Description: Modify sieve.scm's --help output to accommodate help2man.
 Make a pair of simple cosmetic changes to sieve.scm's --help output
 in order to make help2man work, for manpage generation.
Origin: Debian
Forwarded: yes

--- a/scheme/sieve2scm.scmi	2012-01-05 19:22:06.000000000 +0100
+++ b/scheme/sieve2scm.scmi	2012-06-11 00:05:58.078850888 +0200
@@ -981,7 +981,7 @@
 (define output #f)
 
 (define (sieve-usage)
-  (display "usage: sieve2scm [OPTIONS][mailbox]\n")
+  (display "Usage: sieve2scm [OPTIONS] [mailbox]\n")
   (display "GNU sieve2scm -- compile a Sieve program into Scheme code\n\n")
   (display "   -f, --file FILENAME      Set input file name\n")
   (display "   -o, --output FILENAME    Set output file name\n")