diff --git a/docs/settings.md b/docs/settings.md index 0161c61bc3..c7c87cd8e0 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -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`.