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 2cb301b commit a7a562cCopy full SHA for a7a562c
src/bin/cratesfyi.rs
@@ -153,7 +153,7 @@ pub fn main() {
153
.arg(Arg::with_name("PRIORITY")
154
.index(2)
155
.required(true)
156
- .help("The priority to give crates matching PATTERN"))
+ .help("The priority to give crates matching PATTERN")))
157
.subcommand(SubCommand::with_name("remove")
158
.about("Remove the prioritization of crates by the given pattern")
159
.arg(Arg::with_name("PATTERN")
0 commit comments