mirror of
https://github.com/dlang-community/DCD.git
synced 2025-05-14 23:06:03 +03:00
remove deprecated option "localUsage" and which was incorrect engl
This commit is contained in:
parent
46a5d0311a
commit
ac438d98e4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue