diff options
Diffstat (limited to 'util-linux/switch_root.c')
-rw-r--r-- | util-linux/switch_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 72a2f46c1..e4e9e21ad 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -74,7 +74,7 @@ int switch_root_main(int argc, char **argv) | |||
74 | // Parse args (-c console) | 74 | // Parse args (-c console) |
75 | 75 | ||
76 | opt_complementary = "-2"; | 76 | opt_complementary = "-2"; |
77 | getopt32(argc, argv, "c:", &console); | 77 | getopt32(argv, "c:", &console); |
78 | argv += optind; | 78 | argv += optind; |
79 | 79 | ||
80 | // Change to new root directory and verify it's a different fs. | 80 | // Change to new root directory and verify it's a different fs. |