提交 43f95cca 编写于 作者: D Daniel Imms

Fix indentation on CLI options

上级 a8b7f124
......@@ -24,16 +24,16 @@ class ArgParser {
help(): string {
const executable = 'code' + (os.platform() === 'win32' ? '.exe' : '');
const indent = ' ';
return `Visual Studio Code v${ packageJson.version }
Usage: ${ executable } [arguments] [paths...]
Options:
-h, --help Print usage.
--locale Use a specific locale.
-n Force a new instance of Code.
-v, --version Print version.`;
${ indent }-h, --help Print usage.
${ indent }--locale Use a specific locale.
${ indent }-n Force a new instance of Code.
${ indent }-v, --version Print version.`;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册