Documentation of the -d option

This commit is contained in:
Florent 2014-05-07 10:21:17 +02:00
commit fa845abb69

View file

@ -988,6 +988,9 @@ class ReplApplication(Cmd, ConsoleApplication):
If an argument is given, list the specified path.
Use -U option to not sort results. It allows to use a "fast path" to
return results as soon as possible.
Use -d option to display informations about a collection (and to not
display the content of it). It has the same behavior than the well
know UNIX "ls" command.
"""
# TODO: real parsing of options
path = line.strip()