This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gward
Recipients
Date 2005-01-05.13:20:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=14422

Because very few conventional Unix programs act this way:

$  -z
ls: invalid option -- z
Try `ls --help' for more information.
$ tar -a
tar: invalid option -- a
Try `tar --help' for more information.
$ cp -z
cp: invalid option -- z
Try `cp --help' for more information.

Note the pattern.  (Hmmm: perhaps Optik should throw in a
"try --help" if there's a help option in the current parser.)
History
Date User Action Args
2007-08-23 16:08:37adminlinkissue1089955 messages
2007-08-23 16:08:37admincreate