print_help(): Add missing options to run in foreground

Suggested by joluxer <linuxer@quantentunnel.de>.
This commit is contained in:
Kim Woelders
2021-06-18 07:44:02 +02:00
parent b314659125
commit 8f03384964
+2
View File
@@ -1115,6 +1115,8 @@ static void print_help(void)
{
fprintf(stderr, "ttynvt Usage:\n"
"\t-D level\tEnable debug\n"
"\t-d\t\tStay in foreground, do not detach\n"
"\t-f\t\tStay in foreground, do not detach\n"
"\t-E\t\tPrint debug to stdout (default is syslog)\n"
"\t-M major, --maj=major\n"
"\t-m minor, --min=minor\n"