Skip to content

Commit a7a562c

Browse files
KixironJoshua Nelson
andcommitted
Update src/bin/cratesfyi.rs
Co-Authored-By: Joshua Nelson <[email protected]>
1 parent 2cb301b commit a7a562c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cratesfyi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub fn main() {
153153
.arg(Arg::with_name("PRIORITY")
154154
.index(2)
155155
.required(true)
156-
.help("The priority to give crates matching PATTERN"))
156+
.help("The priority to give crates matching PATTERN")))
157157
.subcommand(SubCommand::with_name("remove")
158158
.about("Remove the prioritization of crates by the given pattern")
159159
.arg(Arg::with_name("PATTERN")

0 commit comments

Comments
 (0)