Fixed --log long option recognition ('l'->'L').
authorshort <>
Mon, 6 Sep 1999 16:37:46 +0000 (16:37 +0000)
committershort <>
Mon, 6 Sep 1999 16:37:46 +0000 (16:37 +0000)
mdsms.c

diff --git a/mdsms.c b/mdsms.c
index a4e6498..c72614b 100644 (file)
--- a/mdsms.c
+++ b/mdsms.c
@@ -223,7 +223,7 @@ Usage: " PACKAGE " [-c|--config <cfgfile>] [-d|--device <device>]\n\
 static const struct option longopts[]={
 {"config"  ,1,0,'c'},
 {"device"  ,1,0,'d'},
-{"log"     ,1,0,'l'},
+{"log"     ,1,0,'L'},
 {"lockfile",1,0,'l'},
 {"smsc"    ,1,0,'s'},
 {"maxretry",1,0,'m'},