From 8d31c5e167103ef4235cc5553b0fb45a2f6e8f74 Mon Sep 17 00:00:00 2001 From: Robert Liebowitz Date: Mon, 5 Aug 2019 07:05:07 -0400 Subject: [PATCH] Update README.md Co-Authored-By: Ajitem Sahasrabuddhe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46e934e..60e78e9 100644 --- a/README.md +++ b/README.md @@ -986,7 +986,7 @@ following syntax: $ cmd -som "Some message" ``` -If you enable the `UseShortOptionHandling`, then you must not use any flags that +If you enable `UseShortOptionHandling`, then you must not use any flags that have a single leading `-` or this will result in failures. For example, `-option` can no longer be used. Flags with two leading dashes (such as `--options`) are still valid.