From 5297e3e70a47948fa84615a6bc7a6a4aeb49e1a2 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 7 Apr 2001 19:29:21 +0000 Subject: [PATCH] Text advise about help paging fixed (to "./mdsms -h"), "-h" was forgotten --- mdsms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdsms.c b/mdsms.c index 932dc49..c20097d 100644 --- a/mdsms.c +++ b/mdsms.c @@ -309,7 +309,7 @@ Usage: %s [-c|--config ] [-d|--device ]\n\ \t\t* Group gfx : Specify \"%s\" to send logo as group graphics\n\ \n\ You may need to use the following line to catch all of this help text:\n\ -./mdsms 2>&1|more\n\ +./mdsms -h 2>&1|more\n\ \n"),version,PACKAGE,CONFIG_MAIN,CONFIG_HOME,DEF_DEVICE,DEF_LOGNAME,DEF_LOCKFILE,DEF_BAUD, #ifdef HAVE_CRTSCTS "", -- 1.8.3.1