network-generator: Add missing help for --root
This commit is contained in:
parent
a5f6f346d3
commit
e6d6645517
src/network/generator
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue