remove deprecated option "localUsage" and which was incorrect engl

This commit is contained in:
Basile Burg 2018-05-14 15:43:57 +02:00
parent 46a5d0311a
commit ac438d98e4
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ int main(string[] args)
"version", &printVersion, "listImports", &listImports, "version", &printVersion, "listImports", &listImports,
"tcp", &useTCP, "socketFile", &socketFile, "tcp", &useTCP, "socketFile", &socketFile,
"getIdentifier", &getIdentifier, "getIdentifier", &getIdentifier,
"localUsage", &localUse, // TODO:remove this line in Nov. 2017
"localUse|u", &localUse, "extended|x", &fullOutput); "localUse|u", &localUse, "extended|x", &fullOutput);
} }
catch (ConvException e) catch (ConvException e)