From 4f919bc4b1cecf9e4cfe25d21a7292bee3ee018b Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Fri, 15 Jun 2012 13:28:34 +0200 Subject: Fixed remove. --- src/muniacli.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- cgit v1.2.3