Show
Ignore:
Timestamp:
05/03/08 19:08:38 (16 years ago)
Author:
jerome
Message:

Fixed small inconsistency in online help.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/commandline.py

    r3359 r3369  
    211211        self.add_option("-h", "--help", 
    212212                              action="help", 
    213                               help=_("show this help message and exit")) 
     213                              help=_("show this help message and exit.")) 
    214214        self.add_option("-v", "--version", 
    215215                              action="version", 
    216                               help=_("show the version number and exit")) 
     216                              help=_("show the version number and exit.")) 
    217217        self.add_option("-A", "--arguments", 
    218218                              action="callback",