summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2012-06-15 13:28:34 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2012-06-15 13:28:34 +0200
commit4f919bc4b1cecf9e4cfe25d21a7292bee3ee018b (patch)
tree53f44c69b58a0876dd4288f4e941367eeca7f0d9
parent6040e48d9cff1d24990028701e11a4f8ee8db34f (diff)
Fixed remove.
-rw-r--r--src/muniacli.cc2
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':