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

    r3337 r3360  
    234234                            dest="logo", 
    235235                            default=u"/usr/share/pykota/logos/pykota.jpeg", 
    236                             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")) 
     236                            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.")) 
    237237    parser.add_option("-p", "--pagesize", 
    238238                            type="string", 
     
    241241                            dest="pagesize", 
    242242                            default=u"A4", 
    243                             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")) 
     243                            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.")) 
    244244    parser.add_option("-s", "--savetoner", 
    245245                            type="float", 
     
    252252                            dest="url", 
    253253                            default=u"http://www.pykota.com", 
    254                             help=_("Set the url to write at the bottom of the banner page. The default url is %default")) 
     254                            help=_("Set the url to write at the bottom of the banner page. The default url is %default.")) 
    255255    parser.add_example('--logo="" --savetoner=75', 
    256256                       _("This would generate a banner in the default page size, with no logo, and text luminosity would be increased by 75%."))