diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-08-10 12:09:36 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-08-10 12:09:36 +0300 |
commit | 8fc069ce476e737c6d43d897d3c08ab5a19f3ad2 (patch) | |
tree | 5c436241ed254518805f05c59fbb557b3104eb76 /doc | |
parent | 9ef80f10ddbb379591ba8403da211fc10faeb954 (diff) | |
download | rpm-8fc069ce476e737c6d43d897d3c08ab5a19f3ad2.tar.gz rpm-8fc069ce476e737c6d43d897d3c08ab5a19f3ad2.tar.bz2 rpm-8fc069ce476e737c6d43d897d3c08ab5a19f3ad2.zip |
Add comment about checking --help to manuals (rhbz#164281)
As users + admins can tweak popt aliases to their liking, it's impossible
to guarantee than man pages are in sync with what's available...
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpm.8 | 5 | ||||
-rw-r--r-- | doc/rpmbuild.8 | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -973,6 +973,11 @@ rpm exec --short-circuit rpmb --short-circuit \fBrpmbuild\fR(8), .fi +\fBrpm --help\fR - as rpm supports customizing the options via popt aliases +it's impossible to guarantee that what's described in the manual matches +what's available. + + \fBhttp://www.rpm.org/ <URL:http://www.rpm.org/> \fR .SH "AUTHORS" diff --git a/doc/rpmbuild.8 b/doc/rpmbuild.8 index 8ac8d45ed..3f5bce43c 100644 --- a/doc/rpmbuild.8 +++ b/doc/rpmbuild.8 @@ -261,6 +261,10 @@ configuration file(s). \fBrpm\fR(8), .fi +\fBrpmbuild --help\fR - as rpm supports customizing the options via popt +aliases it's impossible to guarantee that what's described in the manual +matches what's available. + \fBhttp://www.rpm.org/ <URL:http://www.rpm.org/> \fR .SH "AUTHORS" |