Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
$ mono localization.exe --help --version
-h, -?, --help show this message and exit.
-v, --verbose increase message verbosity.
-n=VALUE must be an int
-V, --version output version information and exit.
NDesk.Options Localizer Demo 1.0
$ LANGUAGE=es mono localization.exe --with-gettext --help --version
-h, -?, --help A mostrar este mensaje y salir.
-v, --verbose Aumento mensaje verbosidad.
-n=VALUE Debe ser un int
-V, --version Salida de información de versión y sale.
NDesk.Options Localizer Demo 1.0
$ mono localization.exe --with-hello --help --version
-h, -?, --help hello:show this message and exit.
-v, --verbose hello:increase message verbosity.
-nhello:=VALUE hello:must be an int
-V, --version hello:output version information and exit.
NDesk.Options Localizer Demo 1.0
$ mono localization.exe -n not-an-int
localization: Could not convert string `not-an-int' to type Int32 for option `-n'.
$ mono localization.exe --with-hello -n not-an-int
localization: hello:Could not convert string `not-an-int' to type Int32 for option `-n'.