Update documentation to version 1.1

This commit is contained in:
Keith Winstein
2012-03-22 19:09:40 -04:00
parent 28b42426fe
commit 26fc88634d
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ using namespace std;
void print_usage( const char *argv0 )
{
fprintf( stderr, "Usage: %s new [-s] [-i LOCALADDR] [-p PORT] [-- COMMAND...]\n", argv0 );
fprintf( stderr, "Usage: %s new [-s] [-i LOCALADDR] [-p PORT] [-c COLORS] [-- COMMAND...]\n", argv0 );
}
/* Simple spinloop */