From d860f35594f024057688c31a2f2c049728847537 Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 26 Aug 2022 04:45:32 +0000 Subject: [PATCH] Adjusted wording to search help, #18 --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.rs b/src/args.rs index 46a5559..ee47063 100644 --- a/src/args.rs +++ b/src/args.rs @@ -35,7 +35,7 @@ pub enum Operation { #[clap(bin_name = "ame", name = "remove", visible_aliases = & ["rm", "-Rs"])] Remove(RemoveArgs), - /// Searches for the relevant packages in both the AUR and repos + /// Searches for packages matching a regex-supported pattern in the AUR and/or the repos #[clap(bin_name = "ame", name = "search", visible_aliases = & ["-Ss"])] Search(SearchArgs),