From d8c310a0c36450f373925af2cac4bdf2899b6cbf Mon Sep 17 00:00:00 2001 From: Nitin Kumar <59679977+lazysegtree@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:55:49 +0530 Subject: [PATCH] docs: clarify instructions to print help groups --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f22186..a7dfcf4 100644 --- a/README.md +++ b/README.md @@ -129,10 +129,7 @@ explaining the error. ## Help groups Options can be placed into groups for the purposes of displaying help messages. -To place options in a group, pass the group as a string to `add_options`. Then, -when displaying the help, pass the groups that you would like displayed as a -vector to the `help` function. - +To place options in a group, pass the group as a string to `add_options`. Then, when displaying the help, `help` by default print help for all groups. If you want to only print help for a specific group, pass the groups that you would like displayed as a vector to the `help` function. ## Positional Arguments Positional arguments are those given without a preceding flag and can be used