diff options
Diffstat (limited to 'miscutils/ionice.c')
-rw-r--r-- | miscutils/ionice.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/ionice.c b/miscutils/ionice.c index 0c14256ab..5fcb653a8 100644 --- a/miscutils/ionice.c +++ b/miscutils/ionice.c | |||
@@ -60,9 +60,8 @@ int ionice_main(int argc UNUSED_PARAM, char **argv) | |||
60 | }; | 60 | }; |
61 | 61 | ||
62 | /* Numeric params */ | 62 | /* Numeric params */ |
63 | opt_complementary = "n+:c+:p+"; | ||
64 | /* '+': stop at first non-option */ | 63 | /* '+': stop at first non-option */ |
65 | opt = getopt32(argv, "+n:c:p:", &pri, &ioclass, &pid); | 64 | opt = getopt32(argv, "+n:+c:+p:+", &pri, &ioclass, &pid); |
66 | argv += optind; | 65 | argv += optind; |
67 | 66 | ||
68 | if (opt & OPT_c) { | 67 | if (opt & OPT_c) { |