Corrected application parameter names
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user