From f384bc7c24429e4e27702d47b20243d86508d0ba Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Thu, 30 Nov 2017 23:10:14 +0100 Subject: [PATCH] Change -2 to -x as --full short alternative --- src/dcd/client/client.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dcd/client/client.d b/src/dcd/client/client.d index e3bba31..fa7e460 100644 --- a/src/dcd/client/client.d +++ b/src/dcd/client/client.d @@ -74,7 +74,7 @@ int main(string[] args) "tcp", &useTCP, "socketFile", &socketFile, "getIdentifier", &getIdentifier, "localUsage", &localUse, // TODO:remove this line in Nov. 2017 - "localUse|u", &localUse, "full|2", &fullOutput); + "localUse|u", &localUse, "full|x", &fullOutput); } catch (ConvException e) { @@ -289,7 +289,7 @@ Options: Searches for all the uses of the symbol at the cursor location in the given filename (or stdin). - --full | -2 + --full | -x Includes more information with a slightly different format for calltips when autocompleting.