Changed: Remove duplicate lines

This commit is contained in:
kervala 2016-01-13 19:53:20 +01:00
parent 2a3e173488
commit 2c8b51e9f9

View file

@ -153,8 +153,6 @@ int main (int argc, char **argv)
outputVersion=true;
if (strcmp (argv[n], "-?")==0)
outputHelp=true;
if (strcmp (argv[n], "-?")==0)
outputHelp=true;
if (strncmp (argv[n], "-d", 2)==0)
{
rootDir = argv[n];
@ -182,7 +180,6 @@ int main (int argc, char **argv)
"\t-d#: change the root directory of the small bank. # is the new directory\n"
"\t-p#: postfix tiles filename by #\n"
"\t-r: load the bitmaps from the current directory\n"
"\t-r: load the bitmaps from the current directory\n"
"\t-f: force recomputation of all the tiles\n"
"\t-v: print the version\n"
"\t-?: print help\n"