]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network-generator: Add missing help for --root
authorDavid Pedersen <limero@me.com>
Mon, 28 Oct 2019 17:47:14 +0000 (18:47 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Oct 2019 00:22:45 +0000 (09:22 +0900)
src/network/generator/main.c

index 52014aa8bef42e08668e65070a790ac0f9046439..75bd2b4b3cf5093c0402b74d66280d7d34a397b1 100644 (file)
@@ -118,6 +118,7 @@ static int help(void) {
         printf("%s [OPTIONS...] [-- KERNEL_CMDLINE]\n"
                "  -h --help                       Show this help\n"
                "     --version                    Show package version\n"
+               "     --root=PATH                  Operate on an alternate filesystem root\n"
                , program_invocation_short_name
                );