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
+1 -1
View File
@@ -72,7 +72,7 @@ using namespace std;
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 */