summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <limero@me.com>2019-10-28 18:47:14 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-10-29 09:22:45 +0900
commite6d6645517759f5eb419f6754bd4c12dfa151b21 (patch)
tree760af64a8414530f7c5bdd0d03740eedf2b703a0
parenta5f6f346d3db9061fa73527e9dba3fa6b1d80b69 (diff)
downloadsystemd-e6d6645517759f5eb419f6754bd4c12dfa151b21.tar.gz
network-generator: Add missing help for --root
-rw-r--r--src/network/generator/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/generator/main.c b/src/network/generator/main.c
index 52014aa8be..75bd2b4b3c 100644
--- a/src/network/generator/main.c
+++ b/src/network/generator/main.c
@@ -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
);