From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE1CD198005 for ; Wed, 20 Mar 2013 16:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2CA4E071C; Wed, 20 Mar 2013 16:54:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4802EE0712 for ; Wed, 20 Mar 2013 16:54:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA59333BEEC for ; Wed, 20 Mar 2013 16:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 67F6AE4073 for ; Wed, 20 Mar 2013 16:54:26 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1363797936.1a6fea1a3636b8df98301f668155bbc6b6c526c3.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs-updater X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 1a6fea1a3636b8df98301f668155bbc6b6c526c3 X-VCS-Branch: emacs-updater Date: Wed, 20 Mar 2013 16:54:26 +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: 9ca826a1-4ce2-4146-bc13-42bd8f8a2dd7 X-Archives-Hash: 07bd946da90456fbb31a873ea10dd1b5 commit: 1a6fea1a3636b8df98301f668155bbc6b6c526c3 Author: Ulrich Müller gentoo org> AuthorDate: Wed Mar 20 16:45:36 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Wed Mar 20 16:45:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=1a6fea1a Minor reformatting of help text. --- emacs-updater | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/emacs-updater b/emacs-updater index b97e295..6aa0d27 100755 --- a/emacs-updater +++ b/emacs-updater @@ -32,37 +32,37 @@ usage() { or that are installed in the wrong location. X X -a, --action=ACTION[,ACTION]... - X specify actions, comma-separated list of: - X 'sitedir': find site-init files not in the - X new-style location - X 'rebuild': rebuild packages with Elisp files - X byte-compiled by a different Emacs version - X 'all': rebuild all packages that have - X byte-compiled Elisp files - X (default: sitedir,rebuild) - X -b, --batch batch mode, don't ask any questions + X specify actions, comma-separated list of: + X sitedir: find site-init files not in the + X new-style location + X rebuild: rebuild packages with elisp files + X byte-compiled by a different Emacs version + X all: rebuild all packages that have + X byte-compiled elisp files + X (default: sitedir,rebuild) + X -b, --batch batch mode, don't ask any questions X --color[=MODE], --colour[=MODE] - X control colour output. MODE is 'yes', 'no', - X or 'auto'. For 'auto', colour is enabled - X if standard output is to a terminal - X (default: auto) - X -e, --exact match exact versions when remerging packages - X -m, --major use only the major version when comparing - X Emacs version numbers - X -o, --orphans list orphan files (implies '--action all') - X -p, --pretend don't actually emerge packages + X control colour output. MODE is yes, no, + X or auto. For 'auto', colour is enabled if + X standard output is to a terminal + X (default: auto) + X -e, --exact match exact versions when remerging packages + X -m, --major use only the major version when comparing + X Emacs version numbers + X -o, --orphans list orphan files (implies '--action all') + X -p, --pretend don't actually emerge packages X -P, --package-manager=PM - X select a package manager. PM is one out of - X 'portage', 'pkgcore', or 'paludis' - X (default: automatically determined) + X select a package manager. PM is one out of + X portage, pkgcore, or paludis + X (default: automatically determined) X --package-manager-command=CMD - X call CMD instead of the default package - X manager command. If CMD includes options - X the whole command string must be quoted - X -h, --help display this help and exit - X --version output version information and exit + X call CMD instead of the default package + X manager command. If CMD includes options, + X the whole command string must be quoted + X -h, --help display this help and exit + X --version output version information and exit X - X -- OPTION... Pass additional options to package manager + X -- OPTION... pass additional options to package manager EOF exit $1 }