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:
The Dlang Bot 2018-05-14 16:13:42 +02:00 committed by GitHub
commit e687c0e0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)