Update man pages

This commit is contained in:
Hackerpilot 2014-09-22 14:02:38 -07:00
parent 9434629416
commit 8243f03ba7
2 changed files with 15 additions and 1 deletions

View File

@ -9,10 +9,12 @@ dcd-client \- autocompletion client for the D programming language
.OP "\-I" directory .OP "\-I" directory
.OP "\-h, \-\-help" .OP "\-h, \-\-help"
.OP "\-l, \-\-symbolLocation" .OP "\-l, \-\-symbolLocation"
.OP "\-s, \-\-search" symbolName
.OP "\-d, \-\-doc" .OP "\-d, \-\-doc"
.OP "\-q, \-\-query" .OP "\-q, \-\-query"
.OP "\-\-shutdown" .OP "\-\-shutdown"
.OP "\-\-clearCache" .OP "\-\-clearCache"
.OP "\-\-version"
.RI [ filename ] .RI [ filename ]
.YS .YS
.PD .PD
@ -53,6 +55,13 @@ Prints a help message
.RS .RS
Get the file name and position that the symbol at the cursor location was defined. Get the file name and position that the symbol at the cursor location was defined.
.RE .RE
.B -s, \-\-search
.I symbolName
.RS
List locations at which symbols with the given
.I symbolName
can be found.
.RE
.B \-d, \-\-doc .B \-d, \-\-doc
.RS .RS
Gets documentation comments associated with the symbol at the cursor location. Gets documentation comments associated with the symbol at the cursor location.

View File

@ -7,6 +7,7 @@ dcd-server \- autocompletion server for the D programming language
.OP \-p|\-\-port portNumber .OP \-p|\-\-port portNumber
.OP \-I .OP \-I
.OP \-h|\-\-help .OP \-h|\-\-help
.OP \-\-version
.YS .YS
.PD .PD
.SH DESCRIPTION .SH DESCRIPTION
@ -22,7 +23,11 @@ listens.
.RE .RE
.B -h, \-\-help .B -h, \-\-help
.RS .RS
Prints a help message Prints a help message.
.RE
.B \-\-version
.RS
Prints dcd-server's version number and exits.
.RE .RE
.B \-I .B \-I
.I directory .I directory