Optimize printing usage for command line demo.

This commit is contained in:
skarg
2014-08-15 15:09:56 +00:00
parent ae3a9a53d0
commit cf738fea8f
+1 -1
View File
@@ -248,7 +248,7 @@ int main(
} }
} }
if (argc < 5) { if (argc < 5) {
print_usage(filename_remove_path(argv[0])); print_usage(filename);
return 0; return 0;
} }
/* decode the command line parameters */ /* decode the command line parameters */