From 342263cb51b04fb95cfb3aa47ce65e04965552b0 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Tue, 30 Nov 2021 21:39:35 +1100 Subject: [PATCH] Fix docs re. Help() interface. Fixes #241. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a065193..cd4742b 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,9 @@ including `help:""` and other tags. [Variables](#variable-interpolation) will also be interpolated into the help string. Finally, any command, argument, or flag type implementing the interface -`Help() string` will have this function called to retrieve the help string. -This allows for much more descriptive text than can fit in Go tags. +`Help() string` will have this function called to retrieve more detail to +augment the help tag. This allows for much more descriptive text than can +fit in Go tags. ## Command handling