tweak docs to match @vieira's changes

This commit is contained in:
Dan Lenski 2016-05-02 21:40:53 -07:00
parent 495b3c39ea
commit 5a20783baa
2 changed files with 6 additions and 2 deletions

View File

@ -136,6 +136,10 @@ Options
if you use this option to give it a few names to start if you use this option to give it a few names to start
from. from.
If this option is used *without* :option:`--auto-hosts`,
then the listed hostnames will be scanned and added, but
no further hostnames will be added.
.. option:: --no-latency-control .. option:: --no-latency-control
Sacrifice latency to improve bandwidth benchmarks. ssh Sacrifice latency to improve bandwidth benchmarks. ssh

View File

@ -134,7 +134,7 @@ parser.add_argument(
"-H", "--auto-hosts", "-H", "--auto-hosts",
action="store_true", action="store_true",
help=""" help="""
scan for remote hostnames and update local /etc/hosts continuously scan for remote hostnames and update local /etc/hosts as they are found
""" """
) )
parser.add_argument( parser.add_argument(
@ -232,7 +232,7 @@ parser.add_argument(
metavar="HOSTNAME[,HOSTNAME]", metavar="HOSTNAME[,HOSTNAME]",
default=[], default=[],
help=""" help="""
with -H, use these hostnames for initial scan (comma-separated) comma-separated list of hostnames for initial scan (may be used with or without --auto-hosts)
""" """
) )
parser.add_argument( parser.add_argument(