1
0
Fork 0

Do not print out terrafit help text two times

This commit is contained in:
Christian Schmitt 2012-04-25 21:10:07 +02:00
parent 16a0a104c3
commit 09d7be09c5

View file

@ -287,7 +287,7 @@ int main(int argc, char** argv) {
walk_path(SGPath(argv[optind++]));
}
} else {
usage(argv[0],"Insufficient arguments");
SG_LOG(SG_GENERAL, SG_INFO, "Use 'terrafit --help' for commands");
exit(1);
}
}