Merge pull request #486 from BBasile/rm-localusage
remove deprecated option "localUsage" and which was incorrect engl merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
e687c0e0c3
|
@ -73,7 +73,6 @@ int main(string[] args)
|
|||
"version", &printVersion, "listImports", &listImports,
|
||||
"tcp", &useTCP, "socketFile", &socketFile,
|
||||
"getIdentifier", &getIdentifier,
|
||||
"localUsage", &localUse, // TODO:remove this line in Nov. 2017
|
||||
"localUse|u", &localUse, "extended|x", &fullOutput);
|
||||
}
|
||||
catch (ConvException e)
|
||||
|
|
Loading…
Reference in New Issue