summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install/dracut-install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/dracut-install.c b/install/dracut-install.c
index b4bf6815..584a30b5 100644
--- a/install/dracut-install.c
+++ b/install/dracut-install.c
@@ -619,7 +619,7 @@ static int parse_argv(int argc, char *argv[])
{NULL, 0, NULL, 0}
};
- while ((c = getopt_long(argc, argv, "adhloD:DHILR", options, NULL)) != -1) {
+ while ((c = getopt_long(argc, argv, "adhloD:HR", options, NULL)) != -1) {
switch (c) {
case ARG_VERSION:
puts(PROGRAM_VERSION_STRING);