From e6ff84c9f90c7d151a7219ac6fa22d88ac2934fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 28 Oct 2023 03:54:52 +0200 Subject: chore: Remove 'UNSTABLE:' from 'deno compile' help (#21003) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bartek IwaƄczuk --- cli/tests/integration/flags_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/flags_tests.rs') diff --git a/cli/tests/integration/flags_tests.rs b/cli/tests/integration/flags_tests.rs index 55a83594b..695283aca 100644 --- a/cli/tests/integration/flags_tests.rs +++ b/cli/tests/integration/flags_tests.rs @@ -34,7 +34,7 @@ fn help_output() { "Bundle module and dependencies into single file", "Cache the dependencies", "Type-check the dependencies", - "UNSTABLE: Compile the script into a self contained executable", + "Compile the script into a self contained executable", "Generate shell completions", "Print coverage reports", "Show documentation for a module", -- cgit v1.2.3