From 7185a8a543663747874dc7883128e8ec50589161 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Sun, 18 Mar 2012 04:20:48 -0400 Subject: [PATCH] Further clarify mosh man page (and help) --- man/mosh.1 | 2 +- scripts/mosh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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