Changed: Remove duplicate lines

--HG--
branch : develop
This commit is contained in:
kervala 2016-01-13 19:53:20 +01:00
parent a4dd37efc9
commit d0c587e445

View file

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