Discussion:
[BitPim-devel] [bitpim-cvs-checkins] SF.net SVN: bitpim: [3770] trunk/bitpim/src/bp.py
Roger Binns
2006-12-11 04:50:44 UTC
Permalink
***@users.sourceforge.net wrote:
| + try:
| + _options, _args=getopt.getopt(sys.argv[1:], 'c:d:')
| + except getopt.GetoptError,e:
| + _options=[]
| + _args=[]

That is a bad idea. It should print the command line usage to stdout
(Linux, Mac) or a messagebox (win32).

Roger

Loading...