aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cli/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_cli/src/main.rs')
-rw-r--r--crates/ra_cli/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cli/src/main.rs b/crates/ra_cli/src/main.rs
index 038f5f3fe..f11d0e6bd 100644
--- a/crates/ra_cli/src/main.rs
+++ b/crates/ra_cli/src/main.rs
@@ -18,7 +18,7 @@ fn main() -> Result<()> {
18 .subcommand(SubCommand::with_name("symbols")) 18 .subcommand(SubCommand::with_name("symbols"))
19 .subcommand( 19 .subcommand(
20 SubCommand::with_name("analysis-stats") 20 SubCommand::with_name("analysis-stats")
21 .arg(Arg::with_name("verbose").short("v")) 21 .arg(Arg::with_name("verbose").short("v").long("verbose"))
22 .arg(Arg::with_name("only").short("o").takes_value(true)) 22 .arg(Arg::with_name("only").short("o").takes_value(true))
23 .arg(Arg::with_name("path")), 23 .arg(Arg::with_name("path")),
24 ) 24 )