Skip to content

Commit 4e0ea55

Browse files
committed
Renamed subcommand
1 parent fa0e9d6 commit 4e0ea55

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

0 commit comments

Comments
 (0)