This commit is contained in:
Tiehuis 2014-03-21 12:35:53 +13:00
commit 2c472777f4
3 changed files with 6 additions and 6 deletions

View File

@ -310,8 +310,8 @@ int main(int argc, char **argv)
" 2048 [options]\n" " 2048 [options]\n"
"\n" "\n"
"Options:\n" "Options:\n"
" -b <size> Set the grid border length\n" " -s <size> Set the grid border length\n"
" -s <rate> Set the block spawn rate\n" " -b <rate> Set the block spawn rate\n"
" -c Enables color support\n"); " -c Enables color support\n");
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} }

View File

@ -281,8 +281,8 @@ int main(int argc, char **argv)
" 2048 [options]\n" " 2048 [options]\n"
"\n" "\n"
"Options:\n" "Options:\n"
" -b <size> Set the grid border length\n" " -s <size> Set the grid border length\n"
" -s <rate> Set the block spawn rate\n"); " -b <rate> Set the block spawn rate\n");
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} }
} }

View File

@ -18,8 +18,8 @@ If you want to use the ncurses version, make sure that you have the required ncu
./2048 ./2048
## Options ## Options
-b <size> Set the grid border length -s <size> Set the grid border length
-s <rate> Set the block spawn rate -b <rate> Set the block spawn rate
-r Resets hiscore. Will prompt user -r Resets hiscore. Will prompt user
-c Enables color support (ncurses version only) -c Enables color support (ncurses version only)