Added --file-cache command line option to compliment -c

This commit is contained in:
Robert Osfield
2008-05-09 17:22:49 +00:00
parent b12069e14c
commit 0dfba5dbe5

View File

@@ -91,7 +91,7 @@ int main( int argc, char **argv )
while(arguments.read("-l",maxLevels)) {}
std::string fileCache;
while(arguments.read("-c",fileCache)) {}
while(arguments.read("--file-cache",fileCache) || arguments.read("-c",fileCache)) {}
if (!fileCache.empty())
{