From 04079aee7cd22cb71ac3622a67cdbfecf8feb9ee Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 1 Aug 2026 14:36:06 +0300 Subject: [PATCH] mu-option: add missing doc to help-all --- mu/mu-options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu/mu-options.cc b/mu/mu-options.cc index 99fdbea3..05c44338 100644 --- a/mu/mu-options.cc +++ b/mu/mu-options.cc @@ -973,7 +973,7 @@ There is NO WARRANTY, to the extent permitted by law.)"); app.set_version_flag("-V,--version", PACKAGE_VERSION); app.set_help_flag("-h,--help", "Show help information"); - app.set_help_all_flag("--help-all"); + app.set_help_all_flag("--help-all", "Show help for all commands"); app.require_subcommand(0, 1); add_global_options(app, opts);