network-generator: Add missing help for --root

This commit is contained in:
David Pedersen 2019-10-28 18:47:14 +01:00 committed by Yu Watanabe
parent a5f6f346d3
commit e6d6645517

View 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
);