summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-05-12 12:40:17 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-05-12 12:40:17 +0000
commit052d647c87405e41604245f2afaee1652457b508 (patch)
tree9879cb4860573bec63bdefa0cbbcdc3d5c9dedb9
parentc337593d343e7320332557ba9137561eefabf22e (diff)
The option --killall don't need an argument
-rw-r--r--hidd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hidd/main.c b/hidd/main.c
index 878368df..7270a235 100644
--- a/hidd/main.c
+++ b/hidd/main.c
@@ -426,7 +426,7 @@ static struct option main_options[] = {
{ "terminate", 1, 0, 'k' },
{ "release", 1, 0, 'k' },
{ "kill", 1, 0, 'k' },
- { "killall", 1, 0, 'K' },
+ { "killall", 0, 0, 'K' },
{ 0, 0, 0, 0 }
};