mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
DEVTOOLS: COMPANION: Improve helptext
Make it clear that punyencoding of stdin is supported.
This commit is contained in:
parent
4d00111acf
commit
66568ca700
@ -147,7 +147,7 @@ def generate_parser() -> argparse.ArgumentParser:
|
||||
)
|
||||
parser_iso.set_defaults(func=extract_volume)
|
||||
|
||||
parser_str = subparsers.add_parser("str", help="Punyencode strings")
|
||||
parser_str = subparsers.add_parser("str", help="Punyencode strings or standard in")
|
||||
parser_str.add_argument(
|
||||
"--stdin", action="store_true", help="Convert stdin to punycode"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user