aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/help.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-07 13:11:18 +0000
committerAleksey Kladov <[email protected]>2020-01-07 13:11:18 +0000
commitb02576d5623478526328b4716b1fd9c5c2efd637 (patch)
tree82f6b3f6ac1097c9266dc473ed10978381530094 /xtask/src/help.rs
parent8f1792fde233799fe3335032834ee7281d78e55b (diff)
Simplify
help for internal tools does not worth the duplication
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