saned: minor improvement of help message wording

merge-requests/1/head
Olaf Meeuwissen 2015-10-12 20:55:19 +09:00
rodzic 32986192bd
commit 36876a8366
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3270,7 +3270,7 @@ static void usage(char *me, int err)
" -s, --syslog[=level] run foreground with output to syslog\n"
" and debug level `level' (default is 2)\n"
" -b, --bind=addr bind address `addr'\n"
" -h, --help this help message\n", me);
" -h, --help show this help message and exit\n", me);
exit(err);
}