1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

fix command line flag in the comment

This commit is contained in:
justjavac 2018-09-14 16:48:12 +08:00 committed by Ryan Dahl
parent 0ca7301a2d
commit aaf70ca092

View file

@ -9,7 +9,8 @@ export function setLogDebug(debug: boolean): void {
} }
/** /**
* Debug logging for deno. Enable with the `--DEBUG` command line flag. * Debug logging for deno.
* Enable with the `--log-debug` or `-D` command line flag.
* @internal * @internal
*/ */
// tslint:disable-next-line:no-any // tslint:disable-next-line:no-any