From 81152df214dab4866f2076ef2eba04e78dbec1ab Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Wed, 19 Jun 2013 16:43:51 +0300 Subject: applets: unify help message by removing final dots --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search.c') diff --git a/src/search.c b/src/search.c index b168465..3c323db 100644 --- a/src/search.c +++ b/src/search.c @@ -171,7 +171,7 @@ static struct apk_option search_options[] = { static struct apk_applet apk_search = { .name = "search", - .help = "Search package by PATTERNs or by indexed dependencies.", + .help = "Search package by PATTERNs or by indexed dependencies", .arguments = "PATTERN", .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE, .context_size = sizeof(struct search_ctx), -- cgit v1.2.3-60-g2f50