X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 17474DC070B for ; Thu, 27 Jun 2013 19:29:02 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 3F0C220C7A for ; Thu, 27 Jun 2013 15:29:02 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 27 Jun 2013 15:29:02 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :in-reply-to:references; s=smtpout; bh=Hc4cYhfRL8b0YCsj/YAGKQjQw ok=; b=Kor4miVaHZEL0T24cAVxIo6zAEy2LlwM0WY0QlrLdflJ/6glx1pt80ofG Yt0jNKI74tJTd6Cc6uFnXv4oTERftL/UAY9/IyrxOJpNCkGsYuqz+aEd8Z1YcZRZ b4I1XH9zcVRonfKxq+I5ZOE9p7JRBkcTeQl6fprWw2vO+He0u8= X-Sasl-enc: e23Fp+SM/YDLIap7g3VFP1NbokY/Awf/TaWIZBSmUoSc 1372361342 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id 0CA996802B6 for ; Thu, 27 Jun 2013 15:29:02 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 02/15] main dependencies -> 'world' Date: Thu, 27 Jun 2013 15:28:47 -0400 Message-Id: X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- src/add.c | 2 +- src/del.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/add.c b/src/add.c index 16e8dd1..2a0a36c 100644 --- a/src/add.c +++ b/src/add.c @@ -161,7 +161,7 @@ static struct apk_option add_options[] = { static struct apk_applet apk_add = { .name = "add", - .help = "Add PACKAGEs to main dependencies and install (or upgrade) " + .help = "Add PACKAGEs to 'world' and install (or upgrade) " "them, while ensuring that all dependencies are met", .arguments = "PACKAGE...", .open_flags = APK_OPENF_WRITE, diff --git a/src/del.c b/src/del.c index cd15415..7b5fd6c 100644 --- a/src/del.c +++ b/src/del.c @@ -135,7 +135,7 @@ static struct apk_option del_options[] = { static struct apk_applet apk_del = { .name = "del", - .help = "Remove PACKAGEs from the main dependencies and uninstall them", + .help = "Remove PACKAGEs from 'world' and uninstall them", .arguments = "PACKAGE...", .open_flags = APK_OPENF_WRITE, .context_size = sizeof(struct del_ctx), -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---