diff options
author | David Pedersen <limero@me.com> | 2019-10-28 18:47:14 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-10-29 09:22:45 +0900 |
commit | e6d6645517759f5eb419f6754bd4c12dfa151b21 (patch) | |
tree | 760af64a8414530f7c5bdd0d03740eedf2b703a0 /src | |
parent | a5f6f346d3db9061fa73527e9dba3fa6b1d80b69 (diff) | |
download | systemd-e6d6645517759f5eb419f6754bd4c12dfa151b21.tar.gz |
network-generator: Add missing help for --root
Diffstat (limited to 'src')
-rw-r--r-- | src/network/generator/main.c | 1 |
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 ); |