Show
Ignore:
Timestamp:
03/29/08 15:51:03 (16 years ago)
Author:
jerome
Message:

Improved help.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkinvoice

    r3346 r3360  
    274274                            dest="logo", 
    275275                            default=u"/usr/share/pykota/logos/pykota.jpeg", 
    276                             help=_("The image to use as a logo. The logo will be drawn at the center top of the page. The default logo is %default")) 
     276                            help=_("The image to use as a logo. The logo will be drawn at the center top of the page. The default logo is %default.")) 
    277277    parser.add_option("-p", "--pagesize", 
    278278                            type="string", 
     
    281281                            dest="pagesize", 
    282282                            default=u"A4", 
    283                             help=_("Set the size of the page. Most well known page sizes are recognized, like 'A4' or 'Letter' to name a few. The default page size is %default")) 
     283                            help=_("Set the size of the page. Most well known page sizes are recognized, like 'A4' or 'Letter' to name a few. The default page size is %default.")) 
    284284    parser.add_option("-n", "--number",                         
    285285                            dest="number", 
     
    288288                            callback=checkandset_positiveint, 
    289289                            default=1, 
    290                             help=_("Sets the number of the first invoice. This number will automatically be incremented for each invoice. The default value is %default")) 
     290                            help=_("Sets the number of the first invoice. This number will automatically be incremented for each invoice. The default value is %default.")) 
    291291    parser.add_option("-o", "--output", 
    292292                            dest="output",