From e0079fb3644f959a095151806a7bbbf7ea108a0c Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 4 Feb 2006 13:37:47 +0000 Subject: [PATCH] Added semafores to help --- mbutils/mbstat.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mbutils/mbstat.c b/mbutils/mbstat.c index 088311ac..d1189efe 100644 --- a/mbutils/mbstat.c +++ b/mbutils/mbstat.c @@ -54,6 +54,11 @@ void Help(void) printf(" s set semafore Set named semafore\n"); printf(" w wait Wait until the BBS is free\n\n"); mbse_colour(LIGHTBLUE, BLACK); + printf(" Semafore's are:\n\n"); + mbse_colour(CYAN, BLACK); + printf(" mailout mailin mbindex newnews msglink\n"); + printf(" reqindex upsalarm upsdown do_inet\n\n"); + mbse_colour(LIGHTBLUE, BLACK); printf(" Options are:\n\n"); mbse_colour(CYAN, BLACK); printf(" -q -quiet Quiet, no screen output\n");