Skip to content

Commit

Permalink
fix(hok): fix 50c0bfc
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Sep 8, 2023
1 parent 50c0bfc commit 387fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clap_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ pub fn build() -> Command {
.subcommand(
Command::new("search")
.about("Search available package(s)")
.alias("s"),
.alias("s")
.long_about(
"Search available package(s) from synced buckets.\n\
The query is performed against package names by default, \
Expand Down

0 comments on commit 387fd66

Please sign in to comment.