Skip to content

Commit 386f969

Browse files
committed
Fixed help text
1 parent b52fb37 commit 386f969

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/CommandLineParser.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ export function parseCommandLine(args: ReadonlyArray<string>): ParsedCommandLine
4747
.usage(dedent(`Syntax: tstl [options] [files...]
4848
4949
In addition to the options listed below you can also pass options for the typescript compiler (For a list of options use tsc -h).
50-
51-
Notes:
52-
- The tsc options might have no effect.
53-
- Options in tsconfig.json are prioritized.`))
50+
Some tsc options might have no effect.`))
5451
.example('tstl path/to/file.ts [...]', 'Compile files')
5552
.example('tstl -p path/to/tsconfig.json', 'Compile project')
5653
.wrap(yargs.terminalWidth())

0 commit comments

Comments
 (0)