diff --git a/util/hb-info.cc b/util/hb-info.cc index e090af133..a7198092c 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -522,6 +522,10 @@ struct main_font_t : int operator () (int argc, char **argv) { add_options (); + + if (argc == 2) + consumer_t::show_all = true; + parse (&argc, &argv); consumer_t::operator () (this);