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/policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/policy.c') diff --git a/src/policy.c b/src/policy.c index d3f171b..773cf69 100644 --- a/src/policy.c +++ b/src/policy.c @@ -67,7 +67,7 @@ static int policy_main(void *ctx, struct apk_database *db, struct apk_string_arr static struct apk_applet apk_policy = { .name = "policy", - .help = "Show repository policy for packages.", + .help = "Show repository policy for packages", .open_flags = APK_OPENF_READ, .main = policy_main, }; -- cgit v1.2.3-60-g2f50