Skip to content

Commit 837dc42

Browse files
peffgitster
authored andcommitted
strvec: update documention to avoid argv_array
There were a few mentions of argv_array in a non-code file which didn't get picked up in the previous commits (note that even comments in code files were already covered because of the mechanical conversion via perl). Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f6d8942 commit 837dc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/technical/api-parse-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ There are some macros to easily define options:
232232
will be overwritten, so this should only be used for options where
233233
the last one specified on the command line wins.
234234

235-
`OPT_PASSTHRU_ARGV(short, long, &argv_array_var, arg_str, description, flags)`::
235+
`OPT_PASSTHRU_ARGV(short, long, &strvec_var, arg_str, description, flags)`::
236236
Introduce an option where all instances of it on the command-line will
237-
be reconstructed into an argv_array. This is useful when you need to
237+
be reconstructed into a strvec. This is useful when you need to
238238
pass the command-line option, which can be specified multiple times,
239239
to another command.
240240

0 commit comments

Comments
 (0)