commit: 56d49cfa2a76d59cac6a4925e10506bafa627695
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 06:49:12 2014 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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]...