From ac438d98e44e01116d8dba98b1866161d26b4fc0 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 14 May 2018 15:43:57 +0200 Subject: [PATCH] remove deprecated option "localUsage" and which was incorrect engl --- src/dcd/client/client.d | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dcd/client/client.d b/src/dcd/client/client.d index 796e1d3..2ebfe44 100644 --- a/src/dcd/client/client.d +++ b/src/dcd/client/client.d @@ -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)