From 9e867b64467c46eea5cc9b1d5a9404a1221bbbfc Mon Sep 17 00:00:00 2001 From: Collin Fair Date: Sat, 14 Feb 2015 09:32:04 -0500 Subject: [PATCH] Remove reference to --help-output-content in --help-output (as --help-output-format's options aren't available in hb-view) --- util/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/options.cc b/util/options.cc index c5b619db1..799ac4ff4 100644 --- a/util/options.cc +++ b/util/options.cc @@ -459,7 +459,7 @@ output_options_t::add_options (option_parser_t *parser) }; parser->add_group (entries, "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", this); }