]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
install blob: fix typos in usage. 94/head
authoryuwata <watanabe.yu+github@gmail.com>
Mon, 7 Sep 2015 09:00:16 +0000 (18:00 +0900)
committeryuwata <watanabe.yu+github@gmail.com>
Mon, 7 Sep 2015 09:00:16 +0000 (18:00 +0900)
install/dracut-install.c

index 0ff5c495f587d187a081c66d6998a379b83f8af8..a7bfdb8c3765acac6668b3de6b14a437bf22ed76 100644 (file)
@@ -709,7 +709,8 @@ static void usage(int status)
                "  -L --logdir <DIR>   Log files, which were installed from the host to <DIR>\n"
                "  -R --resolvelazy    Only install shebang executables and libraries\n"
                "                      for all SOURCE files\n"
-               "  -H --fips           Also install all '.SOURCE.hmac' files\n"
+               "  -H --hostonly       Mark all SOURCE files as hostonly\n\n"
+               "  -f --fips           Also install all '.SOURCE.hmac' files\n"
                "  -v --verbose        Show more output\n"
                "     --debug          Show debug output\n"
                "     --version        Show package version\n"