diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-07-13 11:53:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-07-13 11:53:21 +0000 |
commit | be40b9eab4297ffb47abb6b1c643224477468371 (patch) | |
tree | 04f035348a05960b07cad0898a301756ef27c45a /gendistrib | |
parent | 66214df151f58dfe58d60de93559e47629675007 (diff) | |
download | rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.tar rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.tar.gz rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.tar.bz2 rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.tar.xz rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.zip |
This man page is about gendistrib, not genhdlist. Also, fix $VERSION under svn.
Diffstat (limited to 'gendistrib')
-rwxr-xr-x | gendistrib | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/perl -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id$ =~ /(\d+)/; use strict; use Cwd; @@ -522,11 +522,11 @@ readable label for the media. =head2 Operation -F<genhdlist> should be passed the F<ROOT> directory as parameter. It will +F<gendistrib> should be passed the F<ROOT> directory as parameter. It will then generate the hdlist and synthesis files and all other files needed for proper repository operation. -F<genhdlist> will also verify any broken dependencies in your repository +F<gendistrib> will also verify any broken dependencies in your repository and report them. =head1 SEE ALSO |