Changeset 3369
- Timestamp:
- 05/03/08 19:08:38 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/commandline.py
r3359 r3369 211 211 self.add_option("-h", "--help", 212 212 action="help", 213 help=_("show this help message and exit "))213 help=_("show this help message and exit.")) 214 214 self.add_option("-v", "--version", 215 215 action="version", 216 help=_("show the version number and exit "))216 help=_("show the version number and exit.")) 217 217 self.add_option("-A", "--arguments", 218 218 action="callback",