Skip to content

Commit

Permalink
Changed extension from --add to add-source to avoid conflict with com…
Browse files Browse the repository at this point in the history
…mandline parsing
  • Loading branch information
robertosfield committed Sep 18, 2019
1 parent 7efd215 commit 412ac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/vpbcache/vpbcache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int main(int argc, char** argv)
fileCache->clear();
}

if (arguments.read("--add"))
if (arguments.read("--add-source"))
{
fileCache->addSource(terrain.get());
}
Expand Down

0 comments on commit 412ac82

Please sign in to comment.