From 214c957726d04db007569b23fcd57cea6c53cf58 Mon Sep 17 00:00:00 2001 From: ddouthitt Date: Fri, 28 Sep 2001 00:05:32 +0000 Subject: [PATCH] Fix help screen in MatrixOrbital driver to reflect correct options. --- server/drivers/MtxOrb.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/drivers/MtxOrb.c b/server/drivers/MtxOrb.c index 9fd67c5..4eff18d 100644 --- a/server/drivers/MtxOrb.c +++ b/server/drivers/MtxOrb.c @@ -154,13 +154,13 @@ MtxOrb_get_speed (char *arg) { static void MtxOrb_usage (void) { printf ("LCDproc Matrix-Orbital LCD driver\n" - "\t-d\t--device\tSelect the output device to use [/dev/lcd]\n" -// "\t-t\t--type\t\tSelect the LCD type (size) [20x4]\n" + "\t-d\t\tSelect the output device to use [/dev/lcd]\n" + "\t-t\t\tSelect the LCD type (size) [20x4]\n" // "\t-b\t--backlight\tSelect the backlight state [on]\n" - "\t-c\t--contrast\tSet the initial contrast [140]\n" - "\t-s\t--speed\t\tSet the communication speed [19200]\n" - "\t-h\t--help\t\tShow this help information\n" - "\t-t\t--type\t\tdisplay type: lcd, lkd, vfd, vkd\n"); + "\t-c\t\tSet the initial contrast [140]\n" + "\t-s\t\tSet the communication speed [19200]\n" + "\t-h\t\tShow this help information\n" + "\t-b\t\tdisplay type: lcd, lkd, vfd, vkd\n"); } static int