Optimize printing usage for command line demo.
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user