STYLE: consistency in using argList::addArgument, argList::addOption

This commit is contained in:
Mark Olesen
2017-11-22 12:54:28 +01:00
parent d8f31f6ded
commit f2ba618c19
105 changed files with 171 additions and 168 deletions

View File

@ -64,7 +64,7 @@ int main(int argc, char *argv[])
"list",
"List directories or files to be checked"
);
argList::validArgs.insert("file...");
argList::addArgument("file...");
argList::addNote
(