Better help message for system setup

This commit is contained in:
Carlos Nihelton 2022-06-16 16:15:16 -03:00
parent 44affdf0f2
commit 347e6e640e
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 1 additions and 0 deletions

View File

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