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) // Parse args (-c console) opt_complementary = "-2"; - getopt32(argc, argv, "c:", &console); + getopt32(argv, "c:", &console); argv += optind; // Change to new root directory and verify it's a different fs. |