diff options
| author | jakob <jakob@memeware.net> | 2017-03-04 19:00:34 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-03-04 19:00:34 -0500 |
| commit | 33a163c7dae687fba9691c184fe719b0c833acc2 (patch) | |
| tree | 159b976274864a472bd1d798d206a875d9ff5f95 /src | |
| parent | c6e28ae622cfd86f5b0ca796d27953ac8ecd37b1 (diff) | |
Added some OpenBSD-specific things to the Makefile
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ static void print_help(void) { " -v, --version\tDisplay the currently installed version and " "exit.\n\n" " -e, --extract\tExtract the contents of the archive. This is " - "the default.\n" + "the default\n\t\t\taction if no mode argument is provided.\n" " -l, --list\t\tList the contents of the archive.\n\n" " -o, --output\t\tPath to extract files to.\n" " -g, --game\t\tGame the archive is from. Required for file " |