Document new -v (verbose) server switch.
This commit is contained in:
@@ -21,6 +21,7 @@ mosh-server \- server-side helper for mosh
|
|||||||
.B mosh-server
|
.B mosh-server
|
||||||
new
|
new
|
||||||
[\-s]
|
[\-s]
|
||||||
|
[\-v]
|
||||||
[\-i IP]
|
[\-i IP]
|
||||||
[\-p port]
|
[\-p port]
|
||||||
[\-c colors]
|
[\-c colors]
|
||||||
@@ -59,6 +60,10 @@ bind to the local interface used for an incoming SSH connection, given
|
|||||||
in the \fBSSH_CONNECTION\fP environment variable (for multihomed
|
in the \fBSSH_CONNECTION\fP environment variable (for multihomed
|
||||||
hosts)
|
hosts)
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-v
|
||||||
|
Print some debugging information even after detaching.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-i \fIIP\fP
|
.B \-i \fIIP\fP
|
||||||
IP address of the local interface to bind (for multihomed hosts)
|
IP address of the local interface to bind (for multihomed hosts)
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ using namespace std;
|
|||||||
|
|
||||||
void print_usage( const char *argv0 )
|
void print_usage( const char *argv0 )
|
||||||
{
|
{
|
||||||
fprintf( stderr, "Usage: %s new [-s] [-i LOCALADDR] [-p PORT] [-c COLORS] [-- COMMAND...]\n", argv0 );
|
fprintf( stderr, "Usage: %s new [-s] [-v] [-i LOCALADDR] [-p PORT] [-c COLORS] [-- COMMAND...]\n", argv0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Simple spinloop */
|
/* Simple spinloop */
|
||||||
|
|||||||
Reference in New Issue
Block a user