Skip to content

Commit 4023a53

Browse files
Koenraad VerheydenJoshua Nelson
authored andcommitted
fix nesting of 'database' subcommand
1 parent 2d412a6 commit 4023a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/bin/cratesfyi.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ pub fn main() {
108108
.index(2)
109109
.help("Prefix of files in \
110110
database")))
111-
.subcommand(SubCommand::with_name("update-release-activity"))
112-
.about("Updates montly release activity \
113-
chart")
111+
.subcommand(SubCommand::with_name("update-release-activity")
112+
.about("Updates montly release activity \
113+
chart"))
114114
.subcommand(SubCommand::with_name("update-search-index")
115-
.about("Updates search index"))
115+
.about("Updates search index"))
116116
.subcommand(SubCommand::with_name("delete-crate")
117117
.about("Removes a whole crate from the database")
118118
.arg(Arg::with_name("CRATE_NAME")

0 commit comments

Comments
 (0)