* 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): class Index(Command):
"""Index PISI files in a given directory """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 This command searches for all PiSi files in a directory, collects PiSi
the information in an XML file. In particular, it indexes both source and tags from them and accumulates the information in an output XML file,
binary packages. named by default 'pisi-index.xml'. In particular, it indexes both
source and binary packages.
""" """
def __init__(self): def __init__(self):
super(Index, self).__init__() super(Index, self).__init__()