diff --git a/src/vs/workbench/electron-main/argv.ts b/src/vs/workbench/electron-main/argv.ts index fc410eadfbcefb60942cf1daf00b15a681252f59..ea4c7794b518bbd165066eb71b850b314560f1cc 100644 --- a/src/vs/workbench/electron-main/argv.ts +++ b/src/vs/workbench/electron-main/argv.ts @@ -55,11 +55,11 @@ ${ indent }--disable-extensions Disable all installed extensions. ${ indent }-g, --goto Open the file at path at the line and column (add ${ indent } :line[:column] to path). ${ indent }-h, --help Print usage. -${ indent }--locale=LOCALE The locale to use (e.g. en-US or zh-TW). +${ indent }--locale The locale to use (e.g. en-US or zh-TW). ${ indent }-n, --new-window Force a new instance of Code. ${ indent }-r, --reuse-window Force opening a file or folder in the last active ${ indent } window. -${ indent }--user-data-dir=DIR Specifies the directory that user data is kept in, +${ indent }--user-data-dir Specifies the directory that user data is kept in, ${ indent } useful when running as root. ${ indent }-v, --version Print version. ${ indent }-w, --wait Wait for the window to be closed before returning.`;