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/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.c') diff --git a/src/index.c b/src/index.c index ec6a859..c61c78b 100644 --- a/src/index.c +++ b/src/index.c @@ -251,7 +251,7 @@ static struct apk_option index_options[] = { static struct apk_applet apk_index = { .name = "index", - .help = "Create repository index file from FILEs.", + .help = "Create repository index file from FILEs", .arguments = "FILE...", .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE | APK_OPENF_NO_REPOS, .context_size = sizeof(struct index_ctx), -- cgit v1.2.3-70-g09d2