From 0e3affcd5b932e1b1ecc37934a0625a0d4d0d62c Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Tue, 7 Mar 2023 10:07:28 -0600 Subject: fix(cli): add space after period in `--v8-flags` (#18063) Add space between period and "Any" in `--v8-flags` help text. --- cli/args/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/args') diff --git a/cli/args/flags.rs b/cli/args/flags.rs index f77b5b167..f78938869 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -2190,7 +2190,7 @@ fn v8_flags_arg<'a>() -> Arg<'a> { .use_value_delimiter(true) .require_equals(true) .help("Set V8 command line options") - .long_help("To see a list of all available flags use --v8-flags=--help.\ + .long_help("To see a list of all available flags use --v8-flags=--help. \ Any flags set with this flag are appended after the DENO_V8_FLAGS environmental variable") } -- cgit v1.2.3