Skip to content

Commit

Permalink
adds example for the --settings argument as path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorn42 committed May 6, 2020
1 parent c6a5020 commit bcaa68d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Where are Settings Stored?
AirSim is searching for the settings definition in 4 different ways in the following order. The first match will be used:

1. Looking at the path specified by the `--settings` command line argument.
1. Looking at the (absolute) path specified by the `--settings` command line argument.
Example: `AirSim.exe --settings 'C:\path\to\settings.json'`
2. Looking for a json document passed as a command line argument by the `--settings` argument.
Example: `AirSim.exe --settings '{"foo" : "bar"}'`
3. Looking in the folder of the executable for a file called `settings.json`.
Expand Down

0 comments on commit bcaa68d

Please sign in to comment.