This commit is contained in:
Tiehuis
2014-03-21 12:35:53 +13:00
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -281,8 +281,8 @@ int main(int argc, char **argv)
" 2048 [options]\n"
"\n"
"Options:\n"
" -b <size> Set the grid border length\n"
" -s <rate> Set the block spawn rate\n");
" -s <size> Set the grid border length\n"
" -b <rate> Set the block spawn rate\n");
exit(EXIT_SUCCESS);
}
}