diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-07-04 19:11:51 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-07-04 19:11:51 +0000 |
commit | d56ba800426a26e93c022367068ceb4471579a0e (patch) | |
tree | e828e928644c95e955b39b72f0407a937148c092 | |
parent | 1b01fc658f3a37558b1351d51a12693f3e01426d (diff) | |
download | portage-d56ba800426a26e93c022367068ceb4471579a0e.tar.gz portage-d56ba800426a26e93c022367068ceb4471579a0e.tar.bz2 portage-d56ba800426a26e93c022367068ceb4471579a0e.zip |
Correct --help usage since it no longer takes system, world, or --sync as
input. Thanks to Marat Radchenko <slonopotamusorama@gmail.com> for this patch.
svn path=/main/trunk/; revision=13778
-rw-r--r-- | man/emerge.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index df054c9e9..615ad5e82 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -16,7 +16,7 @@ emerge \- Command\-line interface to the Portage system \fB\-\-search\fR \fIsomestring\fR .TP .BR emerge -\fB\-\-help\fR [\fB\-\-sync\fR] +\fB\-\-help\fR [\fB\-\-verbose\fR] .SH "DESCRIPTION" \fBemerge\fR is the definitive command\-line interface to the Portage system. It is primarily used for installing packages, and \fBemerge\fR |