Skip to content

Commit 6110e02

Browse files
doc: update printUsage return type
1 parent a823b34 commit 6110e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ changes:
19891989
* `positionals` {string\[]} Positional arguments.
19901990
* `tokens` {Object\[] | undefined} See [parseArgs tokens](#parseargs-tokens)
19911991
section. Only returned if `config` includes `tokens: true`.
1992-
* `printUsage` {string\[] | undefined} Formatted help text for options that have
1992+
* `printUsage` {string | undefined} Formatted help text for options that have
19931993
help text configured. Only included if help text is available and `enableHelpPrinting` is `false`.
19941994

19951995
Provides a higher level API for command-line argument parsing than interacting

0 commit comments

Comments
 (0)