bug introduced when renaming to pdata_tools

This commit is contained in:
Joe Thornber 2014-08-28 11:43:02 +01:00
parent 5a45f5ac95
commit 0608df97d8

View File

@ -13,7 +13,7 @@ application::run(int argc, char **argv)
{
string cmd = basename(argv[0]);
if (cmd == string("pdata-tools")) {
if (cmd == string("pdata_tools")) {
argc--;
argv++;