Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.2

Bug #14435 own -h short option doesn't remove help short option
Submitted: 2008-08-01 13:51 UTC
From: cweiske Assigned: izi
Status: Closed Package: Console_CommandLine (version 1.0.0)
PHP Version: 5.2.6 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2008-08-01 13:51 UTC] cweiske (Christian Weiske)
Description: ------------ When adding an own short option -h while keeping the default --help (with short -h option) does not remove the -h from help Expected result: ---------------- Options: -h host, --host=host Name of host we are curenntly on (to select db) --help show this help message and exit Actual result: -------------- Options: -h host, --host=host Name of host we are curenntly on (to select db) -h, --help show this help message and exit

Comments