Do not print out terrafit help text two times
This commit is contained in:
parent
16a0a104c3
commit
09d7be09c5
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ int main(int argc, char** argv) {
|
||||||
walk_path(SGPath(argv[optind++]));
|
walk_path(SGPath(argv[optind++]));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
usage(argv[0],"Insufficient arguments");
|
SG_LOG(SG_GENERAL, SG_INFO, "Use 'terrafit --help' for commands");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue