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.

classification
Title: GNU uses double-dashes not single
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: later
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, splitscreen
Priority: normal Keywords: patch

Created on 2006-02-16 20:50 by splitscreen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
gnu-double-dash.diff splitscreen, 2006-02-16 20:50 unified diff patch
Messages (2)
msg49492 - (view) Author: Matt Fleming (splitscreen) Date: 2006-02-16 20:50
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.
msg49493 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-17 09:04
Logged In: YES 
user_id=1188172

Such small changes are not worth of a patch, please just add
a comment to the bug report.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42911
2006-02-16 20:50:10splitscreencreate