mu-option: add missing doc to help-all

This commit is contained in:
Dirk-Jan C. Binnema
2026-08-01 14:36:06 +03:00
committed by Seth Ladygo
parent 6889aaadb8
commit 04079aee7c

View File

@ -973,7 +973,7 @@ There is NO WARRANTY, to the extent permitted by law.)");
app.set_version_flag("-V,--version", PACKAGE_VERSION); app.set_version_flag("-V,--version", PACKAGE_VERSION);
app.set_help_flag("-h,--help", "Show help information"); 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); app.require_subcommand(0, 1);
add_global_options(app, opts); add_global_options(app, opts);