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

    r3330 r3360  
    120120                            dest="initbalance", 
    121121                            default=0.0, 
    122                             help=_("Set the user's initial account balance value. If the user already exists, actual balance is left unchanged. If unset, the default value is %default")) 
     122                            help=_("Set the user's initial account balance value. If the user already exists, actual balance is left unchanged. If unset, the default value is %default.")) 
    123123    parser.add_option("-e", "--email", 
    124124                            dest="email", 
    125                             help=_("Set the user's email address")) 
     125                            help=_("Set the user's email address.")) 
    126126                             
    127127    parser.add_example('--email="@example.com" --initbalance=10.0',