diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 15:50:58 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 15:50:58 +0100 |
| commit | 4a3e066c4c9885396893afcd2a13aa599ac4bd0e (patch) | |
| tree | 753ba8320b71e7031e1bc4b1f59b011669ce8114 /src/main.c | |
| parent | 4980a92f245cf4f313d99f8c31dc61218696e98c (diff) | |
| parent | 947669f063f3df9fc93a4afb2d7c9e6d3d13813a (diff) | |
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ #define DEFAULT_PORT "12345" +/** + * Print usage information + * @param[in] name The name of the program (normally argv[0]) + */ static void print_usage(const char* name) { const char* usage = "Usage: %s [-u username] [-s address] [-n num_players] [-l] [-p port] [-m]\n" |
