提交 69df5034 编写于 作者: D Daniel Imms 提交者: GitHub

Correct --locale suggestion in --help

Fixes #10655
上级 d71df3b9
...@@ -81,7 +81,7 @@ export const optionsHelp: { [name: string]: string; } = { ...@@ -81,7 +81,7 @@ export const optionsHelp: { [name: string]: string; } = {
'-d, --diff': localize('diff', "Open a diff editor. Requires to pass two file paths as arguments."), '-d, --diff': localize('diff', "Open a diff editor. Requires to pass two file paths as arguments."),
'--disable-extensions': localize('disableExtensions', "Disable all installed extensions."), '--disable-extensions': localize('disableExtensions', "Disable all installed extensions."),
'-g, --goto': localize('goto', "Open the file at path at the line and column (add :line[:column] to path)."), '-g, --goto': localize('goto', "Open the file at path at the line and column (add :line[:column] to path)."),
'--locale <locale>': localize('locale', "The locale to use (e.g. en-US or zh-TW)."), '--locale=<locale>': localize('locale', "The locale to use (e.g. en-US or zh-TW)."),
'-n, --new-window': localize('newWindow', "Force a new instance of Code."), '-n, --new-window': localize('newWindow', "Force a new instance of Code."),
'-p, --performance': localize('performance', "Start with the 'Developer: Startup Performance' command enabled."), '-p, --performance': localize('performance', "Start with the 'Developer: Startup Performance' command enabled."),
'-r, --reuse-window': localize('reuseWindow', "Force opening a file or folder in the last active window."), '-r, --reuse-window': localize('reuseWindow', "Force opening a file or folder in the last active window."),
...@@ -139,4 +139,4 @@ Usage: ${ executable } [arguments] [paths...] ...@@ -139,4 +139,4 @@ Usage: ${ executable } [arguments] [paths...]
Options: Options:
${formatOptions(optionsHelp, columns)}`; ${formatOptions(optionsHelp, columns)}`;
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册