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/pkrefund

    r3347 r3360  
    306306                            dest="logo", 
    307307                            default=u"/usr/share/pykota/logos/pykota.jpeg", 
    308                             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")) 
     308                            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.")) 
    309309    parser.add_option("-p", "--pagesize", 
    310310                            type="string", 
     
    313313                            dest="pagesize", 
    314314                            default=u"A4", 
    315                             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")) 
     315                            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.")) 
    316316    parser.add_option("-n", "--number",                         
    317317                            dest="number", 
     
    320320                            callback=checkandset_positiveint, 
    321321                            default=1, 
    322                             help=_("Sets the number of the first receipt. This number will automatically be incremented for each receipt. The default value is %default")) 
     322                            help=_("Sets the number of the first receipt. This number will automatically be incremented for each receipt. The default value is %default.")) 
    323323    parser.add_option("-o", "--output", 
    324324                            dest="output",