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/fix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fix.c') diff --git a/src/fix.c b/src/fix.c index 1d0056e..f71613f 100644 --- a/src/fix.c +++ b/src/fix.c @@ -84,7 +84,7 @@ static struct apk_option fix_options[] = { static struct apk_applet apk_fix = { .name = "fix", .help = "Repair package or upgrade it without modifying main " - "dependencies.", + "dependencies", .arguments = "PACKAGE...", .open_flags = APK_OPENF_WRITE, .context_size = sizeof(struct fix_ctx), -- cgit v1.2.3-60-g2f50