diff --git a/man1/dcd-client.1 b/man1/dcd-client.1 index 4ba1419..c13978c 100644 --- a/man1/dcd-client.1 +++ b/man1/dcd-client.1 @@ -9,10 +9,12 @@ dcd-client \- autocompletion client for the D programming language .OP "\-I" directory .OP "\-h, \-\-help" .OP "\-l, \-\-symbolLocation" +.OP "\-s, \-\-search" symbolName .OP "\-d, \-\-doc" .OP "\-q, \-\-query" .OP "\-\-shutdown" .OP "\-\-clearCache" +.OP "\-\-version" .RI [ filename ] .YS .PD @@ -53,6 +55,13 @@ Prints a help message .RS Get the file name and position that the symbol at the cursor location was defined. .RE +.B -s, \-\-search +.I symbolName +.RS +List locations at which symbols with the given +.I symbolName +can be found. +.RE .B \-d, \-\-doc .RS Gets documentation comments associated with the symbol at the cursor location. diff --git a/man1/dcd-server.1 b/man1/dcd-server.1 index 43ddae4..c45568c 100644 --- a/man1/dcd-server.1 +++ b/man1/dcd-server.1 @@ -7,6 +7,7 @@ dcd-server \- autocompletion server for the D programming language .OP \-p|\-\-port portNumber .OP \-I .OP \-h|\-\-help +.OP \-\-version .YS .PD .SH DESCRIPTION @@ -22,7 +23,11 @@ listens. .RE .B -h, \-\-help .RS -Prints a help message +Prints a help message. +.RE +.B \-\-version +.RS +Prints dcd-server's version number and exits. .RE .B \-I .I directory