diff --git a/README.md b/README.md index 59b65ad9e..843eb106c 100644 --- a/README.md +++ b/README.md @@ -1001,10 +1001,10 @@ option_groups. These are: - `.prefix_command()`: Like `allow_extras`, but stop immediately on the first unrecognized item. It is ideal for allowing your app or subcommand to be a "prefix" to calling another app. -- `.usage(message)`: Replace text to appear at the start of the help string +- `.usage(message)`: 🚧 Replace text to appear at the start of the help string after description. -- `.usage(std::string())`: Set a callback to generate a string that will appear - at the start of the help string after description. +- `.usage(std::string())`: 🚧 Set a callback to generate a string that will + appear at the start of the help string after description. - `.footer(message)`: Set text to appear at the bottom of the help string. - `.footer(std::string())`: Set a callback to generate a string that will appear at the end of the help string.