From 5c2263300510e2f350433aa343a353512ce97c15 Mon Sep 17 00:00:00 2001 From: rsteube Date: Mon, 19 Sep 2022 00:00:47 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f33f3cb..4cf40d90 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Fork of [spf13/pflag](https://github.com/spf13/pflag) aimed to provide support f Support shorthand-only flags (e.g. `-h` without `--help`) using `S` suffix for flag functions: ```go -pflag.BoolS("help", "h", false, "show help") // -s +pflag.BoolS("help", "h", false, "show help") // -h ``` ### Long Shorthand @@ -23,4 +23,5 @@ Support shorthand flags that are more than one character long (e.g. `pkill -