From fcd4167e8913f77bdf9e17a6955d0f2a9f4eeb10 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 9 Aug 2006 14:48:51 -0400 Subject: [PATCH] Remove the bc flag from the -help text, since it's gone. --- os/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/os/utils.c b/os/utils.c index 7a4bd1175..b15700f85 100644 --- a/os/utils.c +++ b/os/utils.c @@ -580,7 +580,6 @@ void UseMsg(void) #endif ErrorF("-audit int set audit trail level\n"); ErrorF("-auth file select authorization file\n"); - ErrorF("bc enable bug compatibility\n"); ErrorF("-br create root window with black background\n"); ErrorF("+bs enable any backing store support\n"); ErrorF("-bs disable any backing store support\n");