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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 27 + 43 = ?

 
 [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