Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: --config-opts single-item array wants second to be blank #1534

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mock/docs/mock.1
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ Override configuration option. Can be used multiple times.
When used multiple times for the same key, it will create an array (if you need
to specify an array value with just a single item, e.g.
\fIconfig_opts["foo"] = ["baz"]\fR, specify it as array of two items with the
empty string as the first item, e.g. \fI--config-opts=foo=
--config-opts=foo=baz\fR).
empty string as the second item, e.g. \fI--config-opts=foo=baz
--config-opts=foo=\fR).

This is evaluated after parsing configs, so command line options override
previously defined options.
Expand Down
Loading