aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/help.rs')
-rw-r--r--xtask/src/help.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/xtask/src/help.rs b/xtask/src/help.rs
index f4e25dcde..9c78ba37f 100644
--- a/xtask/src/help.rs
+++ b/xtask/src/help.rs
@@ -27,19 +27,6 @@ FLAGS:
27 --jemalloc 27 --jemalloc
28 --server"; 28 --server";
29 29
30pub fn print_no_param_subcommand_help(subcommand: &str) {
31 eprintln!(
32 "ra_tools-{}
33
34USAGE:
35 ra_tools {}
36
37FLAGS:
38 -h, --help Prints help information",
39 subcommand, subcommand
40 );
41}
42
43pub const INSTALL_RA_CONFLICT: &str = 30pub const INSTALL_RA_CONFLICT: &str =
44 "error: The argument `--server` cannot be used with `--client-code` 31 "error: The argument `--server` cannot be used with `--client-code`
45 32