Correct the help entry

This commit is contained in:
Timotei Dolean 2011-09-04 22:12:26 +00:00
parent 3c7264d764
commit 88a17dd0e5

View file

@ -83,8 +83,8 @@ int main(int argc, char *argv[]){
<< "Shows this usage message.\n"
<< " -s, --src-dir <input_dir>\t"
<<"Select the input directory.\n"
<< " -o, --output <output_dir>\t"
<<"Select the input directory.\n"
<< " -o, --output <output_file>\t"
<<"Select the output file.\n"
<< " -V, --version\t\t\t"
<< "Version of tool\n";
return 0;