Patches item #1433148, was opened at 2006-02-16 20:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1433148&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: splitscreen (splitscreen)
Assigned to: Nobody/Anonymous (nobody)
Summary: GNU uses double-dashes not single

Initial Comment:
http://docs.python.org/lib/optparse-terminology.html
states that 

'The GNU project introduced "-" followed by a series of
hyphen-separated words, e.g. "-file" or "-dry-run".'

but should say:

'The GNU project introduced "--" followed by a series of
hyphen-separated words, e.g. "--file" or "--dry-run".'


The attached unified patch fixes these typos.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1433148&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to