more reasonable line wrapping

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-19 12:50:02 +01:00
parent 268ba7a634
commit 0695e05078

View File

@@ -175,14 +175,14 @@ void version(void)
"OpenConnect server control (occtl) version %s\n", VERSION);
fprintf(stderr, "Copyright (C) 2014 Red Hat and others.\n");
fprintf(stderr,
"ocserv comes with ABSOLUTELY NO WARRANTY. This is free\n");
"ocserv comes with ABSOLUTELY NO WARRANTY. This is free software,\n");
fprintf(stderr,
"software, and you are welcome to redistribute it under the\n");
"and you are welcome to redistribute it under the conditions of the\n");
fprintf(stderr,
"conditions of the GNU General Public License version 2.\n");
"GNU General Public License version 2.\n");
fprintf(stderr, "\nFor help type ? or 'help'\n");
fprintf(stderr,
"==========================================================\n");
"==================================================================\n");
}
/* Read a string, and return a pointer to it. Returns NULL on EOF. */