* more help
This commit is contained in:
@@ -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__()
|
||||||
|
|||||||
Reference in New Issue
Block a user