Change -2 to -x as --full short alternative

This commit is contained in:
WebFreak001 2017-11-30 23:10:14 +01:00
parent 17789292e0
commit f384bc7c24
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ int main(string[] args)
"tcp", &useTCP, "socketFile", &socketFile, "tcp", &useTCP, "socketFile", &socketFile,
"getIdentifier", &getIdentifier, "getIdentifier", &getIdentifier,
"localUsage", &localUse, // TODO:remove this line in Nov. 2017 "localUsage", &localUse, // TODO:remove this line in Nov. 2017
"localUse|u", &localUse, "full|2", &fullOutput); "localUse|u", &localUse, "full|x", &fullOutput);
} }
catch (ConvException e) catch (ConvException e)
{ {
@ -289,7 +289,7 @@ Options:
Searches for all the uses of the symbol at the cursor location Searches for all the uses of the symbol at the cursor location
in the given filename (or stdin). in the given filename (or stdin).
--full | -2 --full | -x
Includes more information with a slightly different format for Includes more information with a slightly different format for
calltips when autocompleting. calltips when autocompleting.