nixspamsum
changeset 10 07b9fe5c6fcf
parent 9 3a392067015c
child 11 a5f5a8f288da
equal deleted inserted replaced
9:3a392067015c 10:07b9fe5c6fcf
    82             choices=('csv', 'table'),
    82             choices=('csv', 'table'),
    83             help='the output format: table or csv [default: %default]')
    83             help='the output format: table or csv [default: %default]')
    84     parser.add_option('-p', action='store_true', dest='percent', default=False,
    84     parser.add_option('-p', action='store_true', dest='percent', default=False,
    85             help='show also percentages in table output [default: %default]')
    85             help='show also percentages in table output [default: %default]')
    86     parser.add_option('-s', dest='order', default='name', metavar='SORTBY',
    86     parser.add_option('-s', dest='order', default='name', metavar='SORTBY',
       
    87             choices=('count', 'name'),
    87             help='arrange output by: name or count [default: %default]')
    88             help='arrange output by: name or count [default: %default]')
    88     parser.add_option('-t', dest='format', default='postfix',metavar='MTA',
    89     parser.add_option('-t', dest='format', default='postfix',metavar='MTA',
    89             choices=('postfix',),
    90             choices=('postfix',),
    90             help='MTA that generated the maillog [default: %default]')
    91             help='MTA that generated the maillog [default: %default]')
    91     return parser
    92     return parser