python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / mailx / patches / mailx-12.5-usage.patch
blob3c375ade9b0856ce2079824a3bce307e460093b8
1 diff -upr mailx-12.5.orig/main.c mailx-12.5/main.c
2 --- mailx-12.5.orig/main.c 2007-10-02 14:15:50.000000000 +0200
3 +++ mailx-12.5/main.c 2013-07-22 16:06:56.960765683 +0200
4 @@ -353,7 +353,7 @@ main(int argc, char *argv[])
5 case '?':
6 usage:
7 fprintf(stderr, catgets(catd, CATSET, 135,
8 -"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);
9 +"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);
10 exit(2);