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/add.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/add.c') diff --git a/src/add.c b/src/add.c index 9f900e3..08fbf37 100644 --- a/src/add.c +++ b/src/add.c @@ -156,13 +156,12 @@ static struct apk_option add_options[] = { "Instead of adding all the packages to 'world', create a new virtual " "package with the listed dependencies and add that to 'world'. The " "actions of the command are easily reverted by deleting the virtual " - "package.", required_argument, "NAME" }, + "package", required_argument, "NAME" }, }; static struct apk_applet apk_add = { .name = "add", - .help = "Add (or update) PACKAGEs to main dependencies and install " - "them, while ensuring that all dependencies are met.", + .help = "Add/update PACKAGEs to main dependencies and install them", .arguments = "PACKAGE...", .open_flags = APK_OPENF_WRITE, .context_size = sizeof(struct add_ctx), -- cgit v1.2.3-70-g09d2