1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/news/newsfetch/files/patch-opt.c
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

14 lines
430 B
C

--- opt.c.orig 2016-06-20 15:59:53 UTC
+++ opt.c
@@ -192,8 +192,8 @@ opt_help(char *prog_name)
{
char *options=
-" [-clsyvV] [-d dirname] [-f rcfile] [-t N]
- [-T timeout] [-w M ] [-pPY filter] [-x command]
+" [-clsyvV] [-d dirname] [-f rcfile] [-t N]\n\
+ [-T timeout] [-w M ] [-pPY filter] [-x command]\n\
";
fprintf(stderr,"Usage: %s nntp_server [options]\n", prog_name);
fprintf(stderr,"Options:\n%s\n",options);