From bdbe7c53ff848a253d0f27adfa9e92caa391e5d1 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Sat, 29 Jan 2011 18:31:13 +0100 Subject: Modified manual.c. --- src/manual.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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"; /** -- cgit v1.2.3