diff options
author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2023-10-28 03:54:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 01:54:52 +0000 |
commit | e6ff84c9f90c7d151a7219ac6fa22d88ac2934fb (patch) | |
tree | f5f718f3dd519754e9379233bc9ded7fd6fee9e4 /cli/tests | |
parent | e7abb705f96fab85ee2e9dd09b10902e10350d4a (diff) |
chore: Remove 'UNSTABLE:' from 'deno compile' help (#21003)
Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration/flags_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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", |