diff options
Diffstat (limited to 'news/newsfetch/files/patch-opt.c')
-rw-r--r-- | news/newsfetch/files/patch-opt.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/newsfetch/files/patch-opt.c b/news/newsfetch/files/patch-opt.c new file mode 100644 index 000000000000..a07d560b8083 --- /dev/null +++ b/news/newsfetch/files/patch-opt.c @@ -0,0 +1,13 @@ +--- opt.c.orig Wed Nov 19 19:01:47 2003 ++++ opt.c Wed Nov 19 19:01:47 2003 +@@ -192,8 +192,8 @@ + { + + 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); |