Skip to content

Commit f949c1b

Browse files
KixironJoshua Nelson
authored andcommitted
Renamed subcommand
1 parent 4d0e13c commit f949c1b

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
@@ -141,7 +141,7 @@ pub fn main() {
141141
.long("priority")
142142
.help("Priority of build (default: 5) (new crate builds get priority 0)")
143143
.takes_value(true)))
144-
.subcommand(SubCommand::with_name("priority")
144+
.subcommand(SubCommand::with_name("default-priority")
145145
.about("Interactions with build queue priorities")
146146
.setting(AppSettings::ArgRequiredElseHelp)
147147
.subcommand(SubCommand::with_name("set")

0 commit comments

Comments
 (0)