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 fa0e9d6 commit 4e0ea55Copy full SHA for 4e0ea55
src/bin/cratesfyi.rs
@@ -140,7 +140,7 @@ pub fn main() {
140
.long("priority")
141
.help("Priority of build (default: 5) (new crate builds get priority 0)")
142
.takes_value(true)))
143
- .subcommand(SubCommand::with_name("priority")
+ .subcommand(SubCommand::with_name("default-priority")
144
.about("Interactions with build queue priorities")
145
.setting(AppSettings::ArgRequiredElseHelp)
146
.subcommand(SubCommand::with_name("set")
0 commit comments