Revision d8a4b51d lib/cli.py

b/lib/cli.py
167 167
                           help="Print sizes in human readable format")
168 168

  
169 169
FIELDS_OPT = make_option("-o", "--output", dest="output", action="store",
170
                         type="string", help="Select output fields",
170
                         type="string", help="Comma separated list of"
171
                         " output fields",
171 172
                         metavar="FIELDS")
172 173

  
173 174
FORCE_OPT = make_option("-f", "--force", dest="force", action="store_true",

Also available in: Unified diff