From bcead7e96aedaf56e541fbac1e48c434bfc4710c Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 15 Aug 2018 22:08:47 -0400 Subject: Update ScriptingProvider setting name. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.md') diff --git a/docs/getting-started.md b/docs/getting-started.md index 0e0bd596..bff2df88 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -266,7 +266,7 @@ Settings are stored in the _user_ directory in the file `settings.json`. Each to | ui | colorblind | boolean | True | Choose colors that are visible to those with red/green colorblind | | ui | debug | boolean | False | Enable developer debugging features (Additional views: Lifted IL, and SSA forms) | | ui | recent-file-limit | integer | 10 | Specify limit for number of recent files | -| ui | scriptingprovider | string | "Python" | Specify the registered ScriptingProvider that controls the 'Console' in the UI | +| ui | scriptingProvider | string | "Python" | Specify the registered ScriptingProvider that controls the 'Console' in the UI | | pdb | local-store-absolute | string | "" | Absolute path specifying where the pdb symbol store exists on this machine, overrides relative path | | pdb | local-store-relative | string | "symbols" | Path *relative* to the binaryninja _user_ directory, sepcifying the pdb symbol store | | pdb | auto-download-pdb | boolean | True | Automatically download pdb files from specified symbol servers | -- cgit v1.3.1