Skip to content

Commit 8243f03

Browse files
committed
Update man pages
1 parent 9434629 commit 8243f03

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

man1/dcd-client.1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ dcd-client \- autocompletion client for the D programming language
99
.OP "\-I" directory
1010
.OP "\-h, \-\-help"
1111
.OP "\-l, \-\-symbolLocation"
12+
.OP "\-s, \-\-search" symbolName
1213
.OP "\-d, \-\-doc"
1314
.OP "\-q, \-\-query"
1415
.OP "\-\-shutdown"
1516
.OP "\-\-clearCache"
17+
.OP "\-\-version"
1618
.RI [ filename ]
1719
.YS
1820
.PD
@@ -53,6 +55,13 @@ Prints a help message
5355
.RS
5456
Get the file name and position that the symbol at the cursor location was defined.
5557
.RE
58+
.B -s, \-\-search
59+
.I symbolName
60+
.RS
61+
List locations at which symbols with the given
62+
.I symbolName
63+
can be found.
64+
.RE
5665
.B \-d, \-\-doc
5766
.RS
5867
Gets documentation comments associated with the symbol at the cursor location.

man1/dcd-server.1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dcd-server \- autocompletion server for the D programming language
77
.OP \-p|\-\-port portNumber
88
.OP \-I
99
.OP \-h|\-\-help
10+
.OP \-\-version
1011
.YS
1112
.PD
1213
.SH DESCRIPTION
@@ -22,7 +23,11 @@ listens.
2223
.RE
2324
.B -h, \-\-help
2425
.RS
25-
Prints a help message
26+
Prints a help message.
27+
.RE
28+
.B \-\-version
29+
.RS
30+
Prints dcd-server's version number and exits.
2631
.RE
2732
.B \-I
2833
.I directory

0 commit comments

Comments
 (0)