diff options
Diffstat (limited to 'console-tools/setconsole.c')
-rw-r--r-- | console-tools/setconsole.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index 8f4b7b7a6..bad2b76e4 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c | |||
@@ -47,8 +47,7 @@ int setconsole_main(int argc UNUSED_PARAM, char **argv) | |||
47 | int reset; | 47 | int reset; |
48 | 48 | ||
49 | /* at most one non-option argument */ | 49 | /* at most one non-option argument */ |
50 | opt_complementary = "?1"; | 50 | reset = getopt32(argv, "^" "r" "\0" "?1"); |
51 | reset = getopt32(argv, "r"); | ||
52 | 51 | ||
53 | argv += 1 + reset; | 52 | argv += 1 + reset; |
54 | if (*argv) { | 53 | if (*argv) { |