mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
Options are defined with unicode now; argv better be unicode.
This commit is contained in:
parent
0176583e75
commit
d56c218586
@ -138,7 +138,7 @@ def parse_or_exit_with_explanation_with_config(config, argv, stdout, stderr):
|
||||
:param allmydata.scripts.runner.Options config: An instance of the
|
||||
argument-parsing class to use.
|
||||
|
||||
:param [str] argv: The argument list to parse, including the name of the
|
||||
:param [unicode] argv: The argument list to parse, including the name of the
|
||||
program being run as ``argv[0]``.
|
||||
|
||||
:param stdout: The file-like object to use as stdout.
|
||||
|
Loading…
x
Reference in New Issue
Block a user