summaryrefslogtreecommitdiff
path: root/cmd/commandfuncs.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2022-07-29 16:56:02 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2022-07-29 16:56:02 -0600
commit07ed3e7c3078723b55687bf4b262d24ef1645c7d (patch)
tree39d2ee32cc4e82b0b87116a20dba1567af74e712 /cmd/commandfuncs.go
parent1e0cdc54f86cb29eca14af13aaa3ccfb07d46a20 (diff)
Minor docs clarification
Related to #4565
Diffstat (limited to 'cmd/commandfuncs.go')
-rw-r--r--cmd/commandfuncs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/commandfuncs.go b/cmd/commandfuncs.go
index fff8d01..9e979ae 100644
--- a/cmd/commandfuncs.go
+++ b/cmd/commandfuncs.go
@@ -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"