You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
634 B
12 lines
634 B
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); |
|
} |
|
}
|
|
|