diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-04 22:56:54 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-04 22:56:54 +0100 |
commit | d53a3878d2e21cbaa0dec1c6b397ebac7057b090 (patch) | |
tree | c181f9c5fb45d955bd7e34238ebe9f77756e5f96 | |
parent | 95ce1875d79162324a5eb67f6a0ffbbdd5d29921 (diff) |
test-libudev: add short options
-rw-r--r-- | libudev/test-libudev.c | 2 |
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; |