From ce7a7f333ba68ca741b2ff7982731accadb35d81 Mon Sep 17 00:00:00 2001 From: Nitin Kumar <59679977+lazysegtree@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:11:33 +0530 Subject: [PATCH] fix(docs): remove incorrect s added to another print --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4589b2..b7aedfd 100644 --- a/README.md +++ b/README.md @@ -129,7 +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, `help` by default prints help for all groups. If you want to only prints help for a specific group, 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 prints 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