summaryrefslogtreecommitdiff
path: root/src/del.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-19 16:43:51 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-19 16:49:14 +0300
commit81152df214dab4866f2076ef2eba04e78dbec1ab (patch)
treec8a5cf9171cff4b82d05470d878a7c12362b604c /src/del.c
parent9c54ef726c624a4635c0b1a8160baab7b575df62 (diff)
downloadapk-tools-81152df214dab4866f2076ef2eba04e78dbec1ab.tar.gz
apk-tools-81152df214dab4866f2076ef2eba04e78dbec1ab.tar.bz2
apk-tools-81152df214dab4866f2076ef2eba04e78dbec1ab.tar.xz
apk-tools-81152df214dab4866f2076ef2eba04e78dbec1ab.zip
applets: unify help message by removing final dots
Diffstat (limited to 'src/del.c')
-rw-r--r--src/del.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/del.c b/src/del.c
index e8dec56..cd15415 100644
--- a/src/del.c
+++ b/src/del.c
@@ -130,12 +130,12 @@ static int del_main(void *pctx, struct apk_database *db, struct apk_string_array
static struct apk_option del_options[] = {
{ 'r', "rdepends", "Recursively delete all top-level reverse "
- "dependencies too." },
+ "dependencies too" },
};
static struct apk_applet apk_del = {
.name = "del",
- .help = "Remove PACKAGEs from the main dependencies and uninstall them.",
+ .help = "Remove PACKAGEs from the main dependencies and uninstall them",
.arguments = "PACKAGE...",
.open_flags = APK_OPENF_WRITE,
.context_size = sizeof(struct del_ctx),