gh-126413: Add translation tests for getopt and optparse (GH-126698)

This commit is contained in:
Tomas R. 2024-11-11 23:16:39 +01:00 committed by GitHub
parent b697d8c48e
commit dff074d144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 114 additions and 55 deletions

View file

@ -0,0 +1,14 @@
%prog [options]
%s option does not take a value
Options
Usage
Usage: %s\n
ambiguous option: %s (%s?)
complex
floating-point
integer
no such option: %s
option %s: invalid %s value: %r
option %s: invalid choice: %r (choose from %s)
show program's version number and exit
show this help message and exit