mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
14 lines
430 B
C
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);
|