From aaf70ca092fb9866bd50725f8f5b67be6f6879e3 Mon Sep 17 00:00:00 2001 From: justjavac Date: Fri, 14 Sep 2018 16:48:12 +0800 Subject: fix command line flag in the comment --- js/util.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js') 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 -- cgit v1.2.3