From a36ef3d7888cae91621193e0bf1be0d2f69f2688 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 1 Feb 2018 12:44:44 +0100 Subject: [PATCH] wording --- src/vs/platform/environment/node/argv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/platform/environment/node/argv.ts b/src/vs/platform/environment/node/argv.ts index 3b53f101ad8..251f1f6bb3b 100644 --- a/src/vs/platform/environment/node/argv.ts +++ b/src/vs/platform/environment/node/argv.ts @@ -142,7 +142,7 @@ const optionsHelp: { [name: string]: string; } = { '-r, --reuse-window': localize('reuseWindow', "Force to open a file or folder in the last active window."), '-w, --wait': localize('wait', "Wait for the files to be closed before returning."), '--locale ': localize('locale', "The locale to use (e.g. en-US or zh-TW)."), - '--user-data-dir ': localize('userDataDir', "Specifies the directory that user data is kept in. Can be used to open two distinct instances of Code."), + '--user-data-dir ': localize('userDataDir', "Specifies the directory that user data is kept in. Can be used to open multiple distinct instances of Code."), '-v, --version': localize('version', "Print version."), '-h, --help': localize('help', "Print usage.") };