improve printing of found packages

This commit is contained in:
timeshifter
2023-01-12 12:04:51 +01:00
parent 76a46e8618
commit 0e736a6a3d
2 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ fn get_arg_parser() -> Command<'static> {
)
.subcommand(
Command::new(SEARCH)
.about("search for packages which match a provided regex")
.about("search for packages which match a provided string literal or regex")
.arg_required_else_help(true)
.arg(Arg::new("string")),
)