From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC91F1381FA for ; Tue, 20 May 2014 06:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EF3EE0B00; Tue, 20 May 2014 06:49:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3B5AE0B00 for ; Tue, 20 May 2014 06:49:11 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD2B734004C for ; Tue, 20 May 2014 06:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 612F91818D for ; Tue, 20 May 2014 06:49:09 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1400568552.56d49cfa2a76d59cac6a4925e10506bafa627695.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs-updater emacs-updater.8 X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 56d49cfa2a76d59cac6a4925e10506bafa627695 X-VCS-Branch: emacs-updater Date: Tue, 20 May 2014 06:49:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c07ff37-7bc7-4ac9-ad60-201455437480 X-Archives-Hash: 6109946df6f37f0fa40a0cc5094185c7 commit: 56d49cfa2a76d59cac6a4925e10506bafa627695 Author: Ulrich Müller gentoo org> AuthorDate: Tue May 20 06:49:12 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 20 06:49:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=56d49cfa Do not mention "wrong location" in description. --- emacs-updater | 4 ++-- emacs-updater.8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs-updater b/emacs-updater index 3971de0..7b8a965 100755 --- a/emacs-updater +++ b/emacs-updater @@ -28,8 +28,8 @@ PRETEND= usage() { sed -e 's/^X//' <<-EOF Usage: ${0##*/} [OPTION]... - Rebuild Emacs packages that were compiled by another Emacs version, - or that are installed in the wrong location. + Rebuild Emacs packages that were compiled by a different GNU Emacs + version, or all Emacs packages. X X -a, --action=ACTION[,ACTION]... X specify actions, comma-separated list of: diff --git a/emacs-updater.8 b/emacs-updater.8 index f6a5ae3..4c51281 100644 --- a/emacs-updater.8 +++ b/emacs-updater.8 @@ -9,8 +9,8 @@ emacs-updater \- rebuild Emacs packages .B emacs-updater .I [OPTION]... .SH DESCRIPTION -Find packages that are installed in the wrong location or rebuild all -GNU Emacs packages. +Rebuild Emacs packages that were compiled by a different GNU Emacs +version, or all Emacs packages. .SH OPTIONS .TP .BI "-a, --action=" ACTION[,ACTION]...