We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c39bf6 commit 338ec1cCopy full SHA for 338ec1c
operation/src/lib.rs
@@ -119,7 +119,7 @@ impl<B: OperationBe + 'static> OperationInboxImpl<B> where <B::Options as Valida
119
120
fn static_help() -> Vec<String> {
121
let mut lines = Vec::new();
122
- lines.push(format!("{}:", B::names()[0]));
+ lines.push(format!("{} - {}", B::names()[0], B::help_msg()));
123
lines.append(&mut Self::new_options().dump_help());
124
return lines;
125
}
0 commit comments