globus-ssh --help or globus-ssh help message is cryptic for how to use each sub command, referring to <hostname> without any context or ordering. This could be improved by either dropping references to <hostname> or giving a more syntactic help message (ie globus-ssh connect <fqdn>).
Reference to hostname should be replaced with fqdn as these are not equivalents.
globus-ssh connect responds with The hostname could not be found which is not a useful message for determining the correct usage.
globus-ssh --help
orglobus-ssh
help message is cryptic for how to use each sub command, referring to<hostname>
without any context or ordering. This could be improved by either dropping references to<hostname>
or giving a more syntactic help message (ieglobus-ssh connect <fqdn>
).Reference to
hostname
should be replaced withfqdn
as these are not equivalents.globus-ssh connect
responds withThe hostname could not be found
which is not a useful message for determining the correct usage.