diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/manual.c | 5 |
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"; /** |
