fix typo
authorKonrad Rosenbaum <konrad@silmor.de>
Sat, 3 Oct 2009 15:29:30 +0000 (15:29 +0000)
committerKonrad Rosenbaum <konrad@silmor.de>
Sat, 3 Oct 2009 15:29:30 +0000 (15:29 +0000)
git-svn-id: https://silmor.de/svn/misc/tdhcp@130 752dcaaa-03e5-0310-b894-97e397d490cd

client.c

index 24a2073..02ed137 100644 (file)
--- a/client.c
+++ b/client.c
@@ -25,7 +25,7 @@
 const unsigned char SIDEID=SIDE_CLIENT;
 
 
-char shortopt[]="hl:pPaAdDcCr:uL:";
+char shortopt[]="hl:pPaAdDcCr:u:L:";
 struct option longopt[]= {
  {"local-id",1,0,'l'},
  {"log-level",1,0,'L'},