File 0324-Remove-reference-on-help-output-as-well.patch of Package erlang
From bda9d78f64f04db57c28dc3fb6a4cb9a0487167b Mon Sep 17 00:00:00 2001
From: Johannes Christ <jc@jchri.st>
Date: Mon, 15 May 2023 15:25:16 +0200
Subject: [PATCH 2/2] Remove reference on help output as well
---
lib/common_test/src/ct_run.erl | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl
index df12121197..29a8c4514d 100644
--- a/lib/common_test/src/ct_run.erl
+++ b/lib/common_test/src/ct_run.erl
@@ -799,22 +799,7 @@ script_usage() ->
io:format("Run CT in interactive mode:\n\n"
"\tct_run -shell"
"\n\t [-config ConfigFile1 ConfigFile2 .. ConfigFileN]"
- "\n\t [-decrypt_key Key] | [-decrypt_file KeyFile]\n\n"),
- io:format("Run tests in web based GUI:\n\n"
- "\n\t [-config ConfigFile1 ConfigFile2 .. ConfigFileN]"
- "\n\t [-decrypt_key Key] | [-decrypt_file KeyFile]"
- "\n\t [-dir TestDir1 TestDir2 .. TestDirN] |"
- "\n\t [-suite Suite [-case Case]]"
- "\n\t [-logopts LogOpt1 LogOpt2 .. LogOptN]"
- "\n\t [-verbosity GenVLvl | [CategoryVLvl1 .. CategoryVLvlN]]"
- "\n\t [-include InclDir1 InclDir2 .. InclDirN]"
- "\n\t [-no_auto_compile]"
- "\n\t [-abort_if_missing_suites]"
- "\n\t [-multiply_timetraps N]"
- "\n\t [-scale_timetraps]"
- "\n\t [-create_priv_dir auto_per_run | auto_per_tc | manual_per_tc]"
- "\n\t [-basic_html]"
- "\n\t [-no_esc_chars]\n\n").
+ "\n\t [-decrypt_key Key] | [-decrypt_file KeyFile]\n\n").
install(Opts) ->
install(Opts, ".").
--
2.35.3