Document new -v (verbose) server switch.

This commit is contained in:
Keith Winstein
2012-04-14 13:56:46 -04:00
parent a4221d17a4
commit 597756b846
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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)
+1 -1
View File
@@ -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 */