diff options
Diffstat (limited to 'src/muniacli.cc')
-rw-r--r-- | src/muniacli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/muniacli.cc b/src/muniacli.cc index b6e5bbf..11b4829 100644 --- a/src/muniacli.cc +++ b/src/muniacli.cc @@ -281,7 +281,7 @@ int main(int argc, char** argv) int n = 0; while(n >= 0) { - n = getopt_long(argc, argv, "p:iN:I:CLR:U:hH:", options, NULL); + n = getopt_long(argc, argv, "p:iN:I:CLRU:hH:", options, NULL); if(n < 0) continue; switch(n) { case 'i': |