Blame 0081-install-blob-fix-typos-in-usage.patch

Harald Hoyer bb31e7
From fc212358dab07011398c002849b2ebf8a412ffc8 Mon Sep 17 00:00:00 2001
Harald Hoyer bb31e7
From: yuwata <watanabe.yu+github@gmail.com>
Harald Hoyer bb31e7
Date: Mon, 7 Sep 2015 18:00:16 +0900
Harald Hoyer bb31e7
Subject: [PATCH] install blob: fix typos in usage.
Harald Hoyer bb31e7
Harald Hoyer bb31e7
---
Harald Hoyer bb31e7
 install/dracut-install.c | 3 ++-
Harald Hoyer bb31e7
 1 file changed, 2 insertions(+), 1 deletion(-)
Harald Hoyer bb31e7
Harald Hoyer bb31e7
diff --git a/install/dracut-install.c b/install/dracut-install.c
Harald Hoyer bb31e7
index 0ff5c49..a7bfdb8 100644
Harald Hoyer bb31e7
--- a/install/dracut-install.c
Harald Hoyer bb31e7
+++ b/install/dracut-install.c
Harald Hoyer bb31e7
@@ -709,7 +709,8 @@ static void usage(int status)
Harald Hoyer bb31e7
                "  -L --logdir <DIR>   Log files, which were installed from the host to <DIR>\n"
Harald Hoyer bb31e7
                "  -R --resolvelazy    Only install shebang executables and libraries\n"
Harald Hoyer bb31e7
                "                      for all SOURCE files\n"
Harald Hoyer bb31e7
-               "  -H --fips           Also install all '.SOURCE.hmac' files\n"
Harald Hoyer bb31e7
+               "  -H --hostonly       Mark all SOURCE files as hostonly\n\n"
Harald Hoyer bb31e7
+               "  -f --fips           Also install all '.SOURCE.hmac' files\n"
Harald Hoyer bb31e7
                "  -v --verbose        Show more output\n"
Harald Hoyer bb31e7
                "     --debug          Show debug output\n"
Harald Hoyer bb31e7
                "     --version        Show package version\n"