diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-29 15:34:18 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-29 15:34:18 +0100 |
| commit | 947669f063f3df9fc93a4afb2d7c9e6d3d13813a (patch) | |
| tree | 602170db40454cdd3ba5c526825f273b2af3380f /src/main.c | |
| parent | 8e8a8a44fb85addc8a235d763ad71825cf2d90de (diff) | |
added documentation
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" |
