diff options
author | justjavac <justjavac@gmail.com> | 2018-09-14 16:48:12 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-14 08:25:45 -0400 |
commit | aaf70ca092fb9866bd50725f8f5b67be6f6879e3 (patch) | |
tree | 8da7a738ac14678865c818831baf53f18e470124 | |
parent | 0ca7301a2d6405101569e073153536aa99a084c9 (diff) |
fix command line flag in the comment
-rw-r--r-- | js/util.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/util.ts b/js/util.ts index efe0dcf84..f65477ee5 100644 --- a/js/util.ts +++ b/js/util.ts @@ -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 */ // tslint:disable-next-line:no-any |