summaryrefslogtreecommitdiff
path: root/cmd/commandfuncs.go
diff options
context:
space:
mode:
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"