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: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, splitscreen
Priority: normal Keywords: patch

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

Messages (3)
msg49494 - (view) Author: Matt Fleming (splitscreen) Date: 2006-02-16 21:13
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.
msg49495 - (view) Author: Matt Fleming (splitscreen) Date: 2006-02-16 21:16
Logged In: YES 
user_id=1126061

Sorry, dupe of #1433148, hit refresh by accident.
msg49496 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2006-02-16 21:51
Logged In: YES 
user_id=6380

ok, deleting.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42912
2006-02-16 21:13:05splitscreencreate