blob: 05111da7b65c6971a0457ce2e6c0e059fd31a663 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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);
|