Skip to content

Commit

Permalink
Update docs/documentation/usage.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zeid Zabaneh <[email protected]>
  • Loading branch information
simon-friedberger and zzzeid authored Oct 31, 2024
1 parent 4bae20f commit d8fef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ to date list of available options.
string.pref = Hello, world!
integer.pref = 1

- Forward arguments to tested binary (note that you must use '=' for arguments beginning with '-' so that the parser doesn't get confused) (Second note: in the configuration file these are called `cmdargs` instead. See [here](configuration.html).
- Forward arguments to tested binary. Note that you must use '=' for arguments beginning with '-' so that the parser doesn't get confused. Additionally, this is equivalent to `cmdargs` in the [configuration file](configuration.html).

mozregression --arg='-foreground' --arg='-P'

Expand Down

0 comments on commit d8fef24

Please sign in to comment.