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:
Collin Fair 2015-02-14 09:32:04 -05:00
parent 1d55ffeb66
commit 9e867b6446
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }