summaryrefslogtreecommitdiff
path: root/src/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.rs')
-rw-r--r--src/flags.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flags.rs b/src/flags.rs
index 8e40ba73b..b8cbfbf06 100644
--- a/src/flags.rs
+++ b/src/flags.rs
@@ -31,7 +31,8 @@ pub fn print_usage() {
-r or --reload Reload cached remote resources.
-D or --log-debug Log debug output.
--help Print this message.
---v8-options Print V8 command line options.");
+--v8-options Print V8 command line options."
+ );
}
// Parses flags for deno. This does not do v8_set_flags() - call that separately.