summaryrefslogtreecommitdiff
path: root/libudev
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-03-04 22:56:54 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-03-04 22:56:54 +0100
commitd53a3878d2e21cbaa0dec1c6b397ebac7057b090 (patch)
treec181f9c5fb45d955bd7e34238ebe9f77756e5f96 /libudev
parent95ce1875d79162324a5eb67f6a0ffbbdd5d29921 (diff)
test-libudev: add short options
Diffstat (limited to 'libudev')
-rw-r--r--libudev/test-libudev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libudev/test-libudev.c b/libudev/test-libudev.c
index f8eb8e5d5a..5ff8663b90 100644
--- a/libudev/test-libudev.c
+++ b/libudev/test-libudev.c
@@ -426,7 +426,7 @@ int main(int argc, char *argv[])
for (;;) {
int option;
- option = getopt_long(argc, argv, "+dhV", options, NULL);
+ option = getopt_long(argc, argv, "+p:s:dhV", options, NULL);
if (option == -1)
break;