Merge pull request #1322 from CarlosNihelton/system-setup-help

Better help message for system setup
This commit is contained in:
Carlos Nihelton 2022-06-16 17:36:28 -03:00 committed by GitHub
commit c82fa43964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ def make_server_args_parser():
dest='tcp_port',
type=int,
choices=range(49152, 60999),
metavar="[49152 to 60999]",
help='The TCP port Subiquity must listen to. It means '
'TCP will be used instead of Unix domain sockets. '
'Only localhost connections are accepted.')