Skip to content

Commit 5ea7820

Browse files
committed
modules: Fix incorrect help text
1 parent 2981cf2 commit 5ea7820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# 'f*/' All modules in all plugins that begin with 'f'
4444
# 'f*/b*' Modules beginning with 'b' in all plugins that begin with 'f'
4545
#
46-
# For detailed information about the module system, run `{{go}} {{cmd}} help`
46+
# For detailed information about the module system, run `{{go}} {{cmd}} --help`
4747
# without a `<module-name>` argument.
4848

4949
_@go.modules_help() {

0 commit comments

Comments
 (0)