* more help

This commit is contained in:
Eray Özkural
2005-08-14 16:06:32 +00:00
parent 9cef384776
commit 9eec8149e1
+5 -4
View File
@@ -339,11 +339,12 @@ TODO: Some description
class Index(Command):
"""Index PISI files in a given directory
Usage: index directory
Usage: index <directory>
index command searches for all PiSi files in a directory and accumulates
the information in an XML file. In particular, it indexes both source and
binary packages.
This command searches for all PiSi files in a directory, collects PiSi
tags from them and accumulates the information in an output XML file,
named by default 'pisi-index.xml'. In particular, it indexes both
source and binary packages.
"""
def __init__(self):
super(Index, self).__init__()