split usage string into two lines

This commit is contained in:
Omar Polo 2021-03-03 17:51:42 +00:00
parent de62c38d81
commit dbe262a45d
1 changed files with 1 additions and 1 deletions

2
gmid.c
View File

@ -303,7 +303,7 @@ static void
usage(const char *me)
{
fprintf(stderr,
"USAGE: %s [-fn] [-c config] | [-6h] [-d certs-dir] [-H host]"
"USAGE: %s [-fn] [-c config] | [-6h] [-d certs-dir] [-H host]\n"
" [-p port] [-x cgi] [dir]\n",
me);
}