From 927456fd9737c6139d582089006021e167aa17e9 Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Sun, 30 Jun 2013 04:02:18 -0400 Subject: Allow "apk search -x" for -e --- src/search.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/search.c b/src/search.c index 7ccf98a..c85892b 100644 --- a/src/search.c +++ b/src/search.c @@ -79,6 +79,7 @@ static int search_parse(void *ctx, struct apk_db_options *dbopts, ictx->show_all = 1; break; case 'e': + case 'x': ictx->search_exact = 1; break; case 'o': @@ -166,7 +167,8 @@ static int search_main(void *pctx, struct apk_database *db, struct apk_string_ar static struct apk_option search_options[] = { { 'a', "all", "Show all package versions (instead of latest only)" }, { 'd', "description", "Search package descriptions (implies -a)" }, - { 'e', "exact", "Require exact match (instead of substring match)" }, + { 'x', "exact", "Require exact match (instead of substring match)" }, + { 'e', NULL, "Synonym for -x (deprecated)" }, { 'o', "origin", "Print origin package name instead of the subpackage" }, { 'r', "rdepends", "Print reverse dependencies of package" }, }; -- cgit v1.2.3-60-g2f50