summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-29 18:31:13 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-29 18:31:13 +0100
commitbdbe7c53ff848a253d0f27adfa9e92caa391e5d1 (patch)
tree2ba4316ebd241b0cc93547ffa0be39b3f30565e9
parent8d219b75b365b406e300fc9f404809576d18b5fb (diff)
Modified manual.c.
-rw-r--r--src/manual.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/manual.c b/src/manual.c
index 0dc4ebb..8316617 100644
--- a/src/manual.c
+++ b/src/manual.c
@@ -4,7 +4,7 @@
static const char* manual_text =
"Oxen is a multiplayer card game for up to 10 players.\n\n"
-"Usage (see also 'oxen -h'):\n"
+" HOW TO START (see also 'oxen -h'):\n\n"
" One player has to host the game and needs to specify '-l' to start\n"
" a server on the specified port ('-p port', default is 12345).\n"
" It will wait for the specified number of clients ('-n num') to connect\n"
@@ -14,7 +14,8 @@ static const char* manual_text =
" hostname or IP address ('-s address') and port number (if different to\n"
" default).\n"
" Players can set their nickname with '-u name' or by setting the USER\n"
-" environment variable.\n"
+" environment variable.\n\n"
+" HOW TO PLAY:\n\n"
"\n";
/**