* give command line example.

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@200 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Frédéric Lepied 2000-07-19 08:05:34 +00:00
parent a3798575ab
commit 5dbb7e47f5
1 changed files with 9 additions and 0 deletions

View File

@ -4,4 +4,13 @@ to use cvs.
Then just checkout the rpmlint module from the base.
The trick to use it locally is to run the following command
line:
$ python -O -u rpmlint.py -C . <rpms>
and to run only a single check, for example to test only FHSCheck:
$ python -O -u rpmlint.py -C . -c FHSCheck <rpms>
Frederic Lepied <flepied@mandrakesoft.com>.