Skip to content

Commit eadccbb

Browse files
doc: update printUsage return type
1 parent 707ebd0 commit eadccbb

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
@@ -2061,7 +2061,7 @@ changes:
20612061
* `positionals` {string\[]} Positional arguments.
20622062
* `tokens` {Object\[] | undefined} See [parseArgs tokens](#parseargs-tokens)
20632063
section. Only returned if `config` includes `tokens: true`.
2064-
* `printUsage` {string\[] | undefined} Formatted help text for options that have
2064+
* `printUsage` {string | undefined} Formatted help text for options that have
20652065
help text configured. Only included if help text is available and `enableHelpPrinting` is `false`.
20662066

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

0 commit comments

Comments
 (0)