diff --git a/man/mosh.1 b/man/mosh.1 index 496e268..7c4953b 100644 --- a/man/mosh.1 +++ b/man/mosh.1 @@ -20,8 +20,8 @@ mosh \- mobile shell with roaming and intelligent local echo .SH SYNOPSIS .B mosh .RI [ options ] -[user@]host [--] +[user@]host [command...] .br .SH DESCRIPTION diff --git a/scripts/mosh b/scripts/mosh index b52e1eb..0cf2748 100755 --- a/scripts/mosh +++ b/scripts/mosh @@ -37,7 +37,7 @@ my $help = undef; my $version = undef; my $usage = -qq{Usage: $0 [options] [user@]host [--] [command...] +qq{Usage: $0 [options] [--] [user@]host [command...] --client=PATH mosh client on local machine (default: "mosh-client") --server=PATH mosh server on remote machine