Minor docs clarification

Related to #4565
This commit is contained in:
Matthew Holt
2022-07-29 16:56:02 -06:00
parent 1e0cdc54f8
commit 07ed3e7c30
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ commands:
)
if help := flagHelp(subcommand.Flags); help != "" {
result += fmt.Sprintf("\nflags:\n%s", help)
result += fmt.Sprintf("\nflags: (NOTE: prefix flags with `--` instead of `-`)\n%s", help)
}
result += "\n" + fullDocs + "\n"