aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-20 08:49:12 +0200
committerUlrich Müller <ulm@gentoo.org>2014-05-20 08:49:12 +0200
commit56d49cfa2a76d59cac6a4925e10506bafa627695 (patch)
tree33f9921d3566be61d45fc915f3976808a5ca5074
parentRemove the sitedir action. (diff)
downloademacs-tools-56d49cfa2a76d59cac6a4925e10506bafa627695.tar.gz
emacs-tools-56d49cfa2a76d59cac6a4925e10506bafa627695.tar.bz2
emacs-tools-56d49cfa2a76d59cac6a4925e10506bafa627695.zip
Do not mention "wrong location" in description.
-rwxr-xr-xemacs-updater4
-rw-r--r--emacs-updater.84
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]...