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 2d412a6 commit 4023a53Copy full SHA for 4023a53
src/bin/cratesfyi.rs
@@ -108,11 +108,11 @@ pub fn main() {
108
.index(2)
109
.help("Prefix of files in \
110
database")))
111
- .subcommand(SubCommand::with_name("update-release-activity"))
112
- .about("Updates montly release activity \
113
- chart")
+ .subcommand(SubCommand::with_name("update-release-activity")
+ .about("Updates montly release activity \
+ chart"))
114
.subcommand(SubCommand::with_name("update-search-index")
115
- .about("Updates search index"))
+ .about("Updates search index"))
116
.subcommand(SubCommand::with_name("delete-crate")
117
.about("Removes a whole crate from the database")
118
.arg(Arg::with_name("CRATE_NAME")
0 commit comments