Remove reference to --help-output-content in --help-output (as --help-output-format's options aren't available in hb-view)
This commit is contained in:
parent
1d55ffeb66
commit
9e867b6446
|
@ -459,7 +459,7 @@ output_options_t::add_options (option_parser_t *parser)
|
||||||
};
|
};
|
||||||
parser->add_group (entries,
|
parser->add_group (entries,
|
||||||
"output",
|
"output",
|
||||||
"Output detination & format options (refer to --help-output-content for content options):",
|
"Output detination & format options:",
|
||||||
"Options controlling the destination and form of the output",
|
"Options controlling the destination and form of the output",
|
||||||
this);
|
this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue