Skip to content

Commit 65c8eb3

Browse files
committed
doc man.page
1 parent d26e449 commit 65c8eb3

24 files changed

+28
-266
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,6 @@ OPTIONS
118118
accidentally expanding glob patterns before Cargo handles them, you must
119119
use single quotes or double quotes around each glob pattern.
120120

121-
--lib
122-
Benchmark the package's library.
123-
124-
--bin name...
125-
Benchmark the specified binary. This flag may be specified multiple
126-
times and supports common Unix glob patterns.
127-
128-
--bins
129-
Benchmark all binary targets.
130-
131121
--example name...
132122
Benchmark the specified example. This flag may be specified multiple
133123
times and supports common Unix glob patterns.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ OPTIONS
5858
accidentally expanding glob patterns before Cargo handles them, you must
5959
use single quotes or double quotes around each glob pattern.
6060

61-
--lib
62-
Build the package's library.
63-
64-
--bin name...
65-
Build the specified binary. This flag may be specified multiple
66-
times and supports common Unix glob patterns.
67-
68-
--bins
69-
Build all binary targets.
70-
7161
--example name...
7262
Build the specified example. This flag may be specified multiple
7363
times and supports common Unix glob patterns.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@ OPTIONS
6464
accidentally expanding glob patterns before Cargo handles them, you must
6565
use single quotes or double quotes around each glob pattern.
6666

67-
--lib
68-
Check the package's library.
69-
70-
--bin name...
71-
Check the specified binary. This flag may be specified multiple
72-
times and supports common Unix glob patterns.
73-
74-
--bins
75-
Check all binary targets.
76-
7767
--example name...
7868
Check the specified example. This flag may be specified multiple
7969
times and supports common Unix glob patterns.

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ OPTIONS
8282
--bins
8383
Document all binary targets.
8484

85+
--example name...
86+
Document the specified example. This flag may be specified multiple
87+
times and supports common Unix glob patterns.
88+
89+
--examples
90+
Document all examples targets.
91+
8592
Feature Selection
8693
The feature flags allow you to control which features are enabled. When
8794
no feature options are given, the default feature is activated for every

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,6 @@ OPTIONS
137137
accidentally expanding glob patterns before Cargo handles them, you must
138138
use single quotes or double quotes around each glob pattern.
139139

140-
--lib
141-
Fix the package's library.
142-
143-
--bin name...
144-
Fix the specified binary. This flag may be specified multiple times
145-
and supports common Unix glob patterns.
146-
147-
--bins
148-
Fix all binary targets.
149-
150140
--example name...
151141
Fix the specified example. This flag may be specified multiple times
152142
and supports common Unix glob patterns.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ OPTIONS
4949
accidentally expanding glob patterns before Cargo handles them, you must
5050
use single quotes or double quotes around each glob pattern.
5151

52-
--lib
53-
Build the package's library.
54-
55-
--bin name...
56-
Build the specified binary. This flag may be specified multiple
57-
times and supports common Unix glob patterns.
58-
59-
--bins
60-
Build all binary targets.
61-
6252
--example name...
6353
Build the specified example. This flag may be specified multiple
6454
times and supports common Unix glob patterns.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ OPTIONS
5858
accidentally expanding glob patterns before Cargo handles them, you must
5959
use single quotes or double quotes around each glob pattern.
6060

61-
--lib
62-
Document the package's library.
63-
64-
--bin name...
65-
Document the specified binary. This flag may be specified multiple
66-
times and supports common Unix glob patterns.
67-
68-
--bins
69-
Document all binary targets.
70-
7161
--example name...
7262
Document the specified example. This flag may be specified multiple
7363
times and supports common Unix glob patterns.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@ OPTIONS
131131
accidentally expanding glob patterns before Cargo handles them, you must
132132
use single quotes or double quotes around each glob pattern.
133133

134-
--lib
135-
Test the package's library.
136-
137-
--bin name...
138-
Test the specified binary. This flag may be specified multiple times
139-
and supports common Unix glob patterns.
140-
141-
--bins
142-
Test all binary targets.
143-
144134
--example name...
145135
Test the specified example. This flag may be specified multiple
146136
times and supports common Unix glob patterns.

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,6 @@ use single quotes or double quotes around each glob pattern.
140140

141141
<dl>
142142

143-
<dt class="option-term" id="option-cargo-bench---lib"><a class="option-anchor" href="#option-cargo-bench---lib"></a><code>--lib</code></dt>
144-
<dd class="option-desc">Benchmark the package's library.</dd>
145-
146-
147-
<dt class="option-term" id="option-cargo-bench---bin"><a class="option-anchor" href="#option-cargo-bench---bin"></a><code>--bin</code> <em>name</em>...</dt>
148-
<dd class="option-desc">Benchmark the specified binary. This flag may be specified multiple times
149-
and supports common Unix glob patterns.</dd>
150-
151-
152-
<dt class="option-term" id="option-cargo-bench---bins"><a class="option-anchor" href="#option-cargo-bench---bins"></a><code>--bins</code></dt>
153-
<dd class="option-desc">Benchmark all binary targets.</dd>
154-
155143

156144

157145
<dt class="option-term" id="option-cargo-bench---example"><a class="option-anchor" href="#option-cargo-bench---example"></a><code>--example</code> <em>name</em>...</dt>

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,6 @@ use single quotes or double quotes around each glob pattern.
7676

7777
<dl>
7878

79-
<dt class="option-term" id="option-cargo-build---lib"><a class="option-anchor" href="#option-cargo-build---lib"></a><code>--lib</code></dt>
80-
<dd class="option-desc">Build the package's library.</dd>
81-
82-
83-
<dt class="option-term" id="option-cargo-build---bin"><a class="option-anchor" href="#option-cargo-build---bin"></a><code>--bin</code> <em>name</em>...</dt>
84-
<dd class="option-desc">Build the specified binary. This flag may be specified multiple times
85-
and supports common Unix glob patterns.</dd>
86-
87-
88-
<dt class="option-term" id="option-cargo-build---bins"><a class="option-anchor" href="#option-cargo-build---bins"></a><code>--bins</code></dt>
89-
<dd class="option-desc">Build all binary targets.</dd>
90-
9179

9280

9381
<dt class="option-term" id="option-cargo-build---example"><a class="option-anchor" href="#option-cargo-build---example"></a><code>--example</code> <em>name</em>...</dt>

0 commit comments

Comments
 (0)