diff options
Diffstat (limited to 'community/heirloom-mailx/mailx-12.5-usage.patch')
-rw-r--r-- | community/heirloom-mailx/mailx-12.5-usage.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/heirloom-mailx/mailx-12.5-usage.patch b/community/heirloom-mailx/mailx-12.5-usage.patch new file mode 100644 index 0000000000..3c375ade9b --- /dev/null +++ b/community/heirloom-mailx/mailx-12.5-usage.patch @@ -0,0 +1,12 @@ +diff -upr mailx-12.5.orig/main.c mailx-12.5/main.c +--- mailx-12.5.orig/main.c 2007-10-02 14:15:50.000000000 +0200 ++++ mailx-12.5/main.c 2013-07-22 16:06:56.960765683 +0200 +@@ -353,7 +353,7 @@ main(int argc, char *argv[]) + case '?': + usage: + fprintf(stderr, catgets(catd, CATSET, 135, +-"Usage: %s -eiIUdEFntBDNHRV~ -T FILE -u USER -h hops -r address -s SUBJECT -a FILE -q FILE -f FILE -A ACCOUNT -b USERS -c USERS -S OPTION users\n"), progname); ++"Usage: %s -eiIUdEFntBDNHRVv~ -T FILE -u USER -h hops -r address -s SUBJECT -a FILE -q FILE -f FILE -A ACCOUNT -b USERS -c USERS -S OPTION users\n"), progname); + exit(2); + } + } |