Skip to content

Commit 0ad53bf

Browse files
committed
doc: generated via build-man.sh
1 parent ecd730e commit 0ad53bf

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

src/doc/man/generated_txt/cargo-tree.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ OPTIONS
9999

100100
o no-dev — Do not include development dependencies.
101101

102-
The no- prefixed options cannot be mixed with the other dependency
103-
kinds.
102+
o no-proc-macro — Do not include procedural macro dependencies.
103+
104+
The normal, build, dev, and all dependency kinds cannot be mixed
105+
with no-normal, no-build, or no-dev dependency kinds.
104106

105107
The default is normal,build,dev.
106108

src/doc/src/commands/cargo-tree.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ kind given, then it will automatically include the other dependency kinds.</li>
103103
<li><code>no-normal</code> — Do not include normal dependencies.</li>
104104
<li><code>no-build</code> — Do not include build dependencies.</li>
105105
<li><code>no-dev</code> — Do not include development dependencies.</li>
106+
<li><code>no-proc-macro</code> — Do not include procedural macro dependencies.</li>
106107
</ul>
107-
<p>The <code>no-</code> prefixed options cannot be mixed with the other dependency kinds.</p>
108+
<p>The <code>normal</code>, <code>build</code>, <code>dev</code>, and <code>all</code> dependency kinds cannot be mixed with
109+
<code>no-normal</code>, <code>no-build</code>, or <code>no-dev</code> dependency kinds.</p>
108110
<p>The default is <code>normal,build,dev</code>.</dd>
109111

110112

src/etc/man/cargo-tree.1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,12 @@ kind given, then it will automatically include the other dependency kinds.
129129
\h'-04'\(bu\h'+02'\fBno\-dev\fR \[em] Do not include development dependencies.
130130
.RE
131131
.sp
132-
The \fBno\-\fR prefixed options cannot be mixed with the other dependency kinds.
132+
.RS 4
133+
\h'-04'\(bu\h'+02'\fBno\-proc\-macro\fR \[em] Do not include procedural macro dependencies.
134+
.RE
135+
.sp
136+
The \fBnormal\fR, \fBbuild\fR, \fBdev\fR, and \fBall\fR dependency kinds cannot be mixed with
137+
\fBno\-normal\fR, \fBno\-build\fR, or \fBno\-dev\fR dependency kinds.
133138
.sp
134139
The default is \fBnormal,build,dev\fR\&.
135140
.RE

0 commit comments

Comments
 (0)