Skip to content

Commit 2eeed70

Browse files
committed
Update generated man pages
1 parent f643cf8 commit 2eeed70

36 files changed

+174
-120
lines changed

src/doc/man/generated/cargo-bench.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,16 @@ <h3 id="cargo_bench_benchmark_options">Benchmark Options</h3>
6969
<h3 id="cargo_bench_package_selection">Package Selection</h3>
7070
<div class="paragraph">
7171
<p>By default, when no package selection options are given, the packages selected
72-
depend on the current working directory. In the root of a virtual workspace,
73-
all workspace members are selected (<code>--all</code> is implied). Otherwise, only the
74-
package in the current directory will be selected. The default packages may be
75-
overridden with the <code>workspace.default-members</code> key in the root <code>Cargo.toml</code>
76-
manifest.</p>
72+
depend on the selected manifest file (based on the current working directory if
73+
<code>--manifest-path</code> is not given). If the manifest is the root of a workspace then
74+
the workspaces default members are selected, otherwise only the package defined
75+
by the manifest will be selected.</p>
76+
</div>
77+
<div class="paragraph">
78+
<p>The default members of a workspace can be set explicitly with the
79+
<code>workspace.default-members</code> key in the root manifest. If this is not set, a
80+
virtual workspace will include all workspace members (equivalent to passing
81+
<code>--all</code>), and a non-virtual workspace will include only the root crate itself.</p>
7782
</div>
7883
<div class="dlist">
7984
<dl>

src/doc/man/generated/cargo-build.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,16 @@ <h2 id="cargo_build_options">OPTIONS</h2>
2525
<h3 id="cargo_build_package_selection">Package Selection</h3>
2626
<div class="paragraph">
2727
<p>By default, when no package selection options are given, the packages selected
28-
depend on the current working directory. In the root of a virtual workspace,
29-
all workspace members are selected (<code>--all</code> is implied). Otherwise, only the
30-
package in the current directory will be selected. The default packages may be
31-
overridden with the <code>workspace.default-members</code> key in the root <code>Cargo.toml</code>
32-
manifest.</p>
28+
depend on the selected manifest file (based on the current working directory if
29+
<code>--manifest-path</code> is not given). If the manifest is the root of a workspace then
30+
the workspaces default members are selected, otherwise only the package defined
31+
by the manifest will be selected.</p>
32+
</div>
33+
<div class="paragraph">
34+
<p>The default members of a workspace can be set explicitly with the
35+
<code>workspace.default-members</code> key in the root manifest. If this is not set, a
36+
virtual workspace will include all workspace members (equivalent to passing
37+
<code>--all</code>), and a non-virtual workspace will include only the root crate itself.</p>
3338
</div>
3439
<div class="dlist">
3540
<dl>

src/doc/man/generated/cargo-check.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ <h2 id="cargo_check_options">OPTIONS</h2>
2929
<h3 id="cargo_check_package_selection">Package Selection</h3>
3030
<div class="paragraph">
3131
<p>By default, when no package selection options are given, the packages selected
32-
depend on the current working directory. In the root of a virtual workspace,
33-
all workspace members are selected (<code>--all</code> is implied). Otherwise, only the
34-
package in the current directory will be selected. The default packages may be
35-
overridden with the <code>workspace.default-members</code> key in the root <code>Cargo.toml</code>
36-
manifest.</p>
32+
depend on the selected manifest file (based on the current working directory if
33+
<code>--manifest-path</code> is not given). If the manifest is the root of a workspace then
34+
the workspaces default members are selected, otherwise only the package defined
35+
by the manifest will be selected.</p>
36+
</div>
37+
<div class="paragraph">
38+
<p>The default members of a workspace can be set explicitly with the
39+
<code>workspace.default-members</code> key in the root manifest. If this is not set, a
40+
virtual workspace will include all workspace members (equivalent to passing
41+
<code>--all</code>), and a non-virtual workspace will include only the root crate itself.</p>
3742
</div>
3843
<div class="dlist">
3944
<dl>

src/doc/man/generated/cargo-doc.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,16 @@ <h3 id="cargo_doc_documentation_options">Documentation Options</h3>
4545
<h3 id="cargo_doc_package_selection">Package Selection</h3>
4646
<div class="paragraph">
4747
<p>By default, when no package selection options are given, the packages selected
48-
depend on the current working directory. In the root of a virtual workspace,
49-
all workspace members are selected (<code>--all</code> is implied). Otherwise, only the
50-
package in the current directory will be selected. The default packages may be
51-
overridden with the <code>workspace.default-members</code> key in the root <code>Cargo.toml</code>
52-
manifest.</p>
48+
depend on the selected manifest file (based on the current working directory if
49+
<code>--manifest-path</code> is not given). If the manifest is the root of a workspace then
50+
the workspaces default members are selected, otherwise only the package defined
51+
by the manifest will be selected.</p>
52+
</div>
53+
<div class="paragraph">
54+
<p>The default members of a workspace can be set explicitly with the
55+
<code>workspace.default-members</code> key in the root manifest. If this is not set, a
56+
virtual workspace will include all workspace members (equivalent to passing
57+
<code>--all</code>), and a non-virtual workspace will include only the root crate itself.</p>
5358
</div>
5459
<div class="dlist">
5560
<dl>

src/doc/man/generated/cargo-fix.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,16 @@ <h3 id="cargo_fix_fix_options">Fix options</h3>
100100
<h3 id="cargo_fix_package_selection">Package Selection</h3>
101101
<div class="paragraph">
102102
<p>By default, when no package selection options are given, the packages selected
103-
depend on the current working directory. In the root of a virtual workspace,
104-
all workspace members are selected (<code>--all</code> is implied). Otherwise, only the
105-
package in the current directory will be selected. The default packages may be
106-
overridden with the <code>workspace.default-members</code> key in the root <code>Cargo.toml</code>
107-
manifest.</p>
103+
depend on the selected manifest file (based on the current working directory if
104+
<code>--manifest-path</code> is not given). If the manifest is the root of a workspace then
105+
the workspaces default members are selected, otherwise only the package defined
106+
by the manifest will be selected.</p>
107+
</div>
108+
<div class="paragraph">
109+
<p>The default members of a workspace can be set explicitly with the
110+
<code>workspace.default-members</code> key in the root manifest. If this is not set, a
111+
virtual workspace will include all workspace members (equivalent to passing
112+
<code>--all</code>), and a non-virtual workspace will include only the root crate itself.</p>
108113
</div>
109114
<div class="dlist">
110115
<dl>

src/doc/man/generated/cargo-test.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,16 @@ <h3 id="cargo_test_test_options">Test Options</h3>
7575
<h3 id="cargo_test_package_selection">Package Selection</h3>
7676
<div class="paragraph">
7777
<p>By default, when no package selection options are given, the packages selected
78-
depend on the current working directory. In the root of a virtual workspace,
79-
all workspace members are selected (<code>--all</code> is implied). Otherwise, only the
80-
package in the current directory will be selected. The default packages may be
81-
overridden with the <code>workspace.default-members</code> key in the root <code>Cargo.toml</code>
82-
manifest.</p>
78+
depend on the selected manifest file (based on the current working directory if
79+
<code>--manifest-path</code> is not given). If the manifest is the root of a workspace then
80+
the workspaces default members are selected, otherwise only the package defined
81+
by the manifest will be selected.</p>
82+
</div>
83+
<div class="paragraph">
84+
<p>The default members of a workspace can be set explicitly with the
85+
<code>workspace.default-members</code> key in the root manifest. If this is not set, a
86+
virtual workspace will include all workspace members (equivalent to passing
87+
<code>--all</code>), and a non-virtual workspace will include only the root crate itself.</p>
8388
</div>
8489
<div class="dlist">
8590
<dl>

src/etc/man/cargo-bench.1

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-bench
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-23
5+
.\" Date: 2019-03-16
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-BENCH" "1" "2018-12-23" "\ \&" "\ \&"
10+
.TH "CARGO\-BENCH" "1" "2019-03-16" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -77,11 +77,15 @@ the executable as a whole.
7777
.SS "Package Selection"
7878
.sp
7979
By default, when no package selection options are given, the packages selected
80-
depend on the current working directory. In the root of a virtual workspace,
81-
all workspace members are selected (\fB\-\-all\fP is implied). Otherwise, only the
82-
package in the current directory will be selected. The default packages may be
83-
overridden with the \fBworkspace.default\-members\fP key in the root \fBCargo.toml\fP
84-
manifest.
80+
depend on the selected manifest file (based on the current working directory if
81+
\fB\-\-manifest\-path\fP is not given). If the manifest is the root of a workspace then
82+
the workspaces default members are selected, otherwise only the package defined
83+
by the manifest will be selected.
84+
.sp
85+
The default members of a workspace can be set explicitly with the
86+
\fBworkspace.default\-members\fP key in the root manifest. If this is not set, a
87+
virtual workspace will include all workspace members (equivalent to passing
88+
\fB\-\-all\fP), and a non\-virtual workspace will include only the root crate itself.
8589
.sp
8690
\fB\-p\fP \fISPEC\fP..., \fB\-\-package\fP \fISPEC\fP...
8791
.RS 4

src/etc/man/cargo-build.1

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-build
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-20
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-BUILD" "1" "2018-12-20" "\ \&" "\ \&"
10+
.TH "CARGO\-BUILD" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -39,11 +39,15 @@ Compile local packages and all of their dependencies.
3939
.SS "Package Selection"
4040
.sp
4141
By default, when no package selection options are given, the packages selected
42-
depend on the current working directory. In the root of a virtual workspace,
43-
all workspace members are selected (\fB\-\-all\fP is implied). Otherwise, only the
44-
package in the current directory will be selected. The default packages may be
45-
overridden with the \fBworkspace.default\-members\fP key in the root \fBCargo.toml\fP
46-
manifest.
42+
depend on the selected manifest file (based on the current working directory if
43+
\fB\-\-manifest\-path\fP is not given). If the manifest is the root of a workspace then
44+
the workspaces default members are selected, otherwise only the package defined
45+
by the manifest will be selected.
46+
.sp
47+
The default members of a workspace can be set explicitly with the
48+
\fBworkspace.default\-members\fP key in the root manifest. If this is not set, a
49+
virtual workspace will include all workspace members (equivalent to passing
50+
\fB\-\-all\fP), and a non\-virtual workspace will include only the root crate itself.
4751
.sp
4852
\fB\-p\fP \fISPEC\fP..., \fB\-\-package\fP \fISPEC\fP...
4953
.RS 4

src/etc/man/cargo-check.1

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-check
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-20
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-CHECK" "1" "2018-12-20" "\ \&" "\ \&"
10+
.TH "CARGO\-CHECK" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -43,11 +43,15 @@ not been modified.
4343
.SS "Package Selection"
4444
.sp
4545
By default, when no package selection options are given, the packages selected
46-
depend on the current working directory. In the root of a virtual workspace,
47-
all workspace members are selected (\fB\-\-all\fP is implied). Otherwise, only the
48-
package in the current directory will be selected. The default packages may be
49-
overridden with the \fBworkspace.default\-members\fP key in the root \fBCargo.toml\fP
50-
manifest.
46+
depend on the selected manifest file (based on the current working directory if
47+
\fB\-\-manifest\-path\fP is not given). If the manifest is the root of a workspace then
48+
the workspaces default members are selected, otherwise only the package defined
49+
by the manifest will be selected.
50+
.sp
51+
The default members of a workspace can be set explicitly with the
52+
\fBworkspace.default\-members\fP key in the root manifest. If this is not set, a
53+
virtual workspace will include all workspace members (equivalent to passing
54+
\fB\-\-all\fP), and a non\-virtual workspace will include only the root crate itself.
5155
.sp
5256
\fB\-p\fP \fISPEC\fP..., \fB\-\-package\fP \fISPEC\fP...
5357
.RS 4

src/etc/man/cargo-clean.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-clean
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-20
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-CLEAN" "1" "2018-12-20" "\ \&" "\ \&"
10+
.TH "CARGO\-CLEAN" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

src/etc/man/cargo-doc.1

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-doc
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-20
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-DOC" "1" "2018-12-20" "\ \&" "\ \&"
10+
.TH "CARGO\-DOC" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -56,11 +56,15 @@ Include non\-public items in the documentation.
5656
.SS "Package Selection"
5757
.sp
5858
By default, when no package selection options are given, the packages selected
59-
depend on the current working directory. In the root of a virtual workspace,
60-
all workspace members are selected (\fB\-\-all\fP is implied). Otherwise, only the
61-
package in the current directory will be selected. The default packages may be
62-
overridden with the \fBworkspace.default\-members\fP key in the root \fBCargo.toml\fP
63-
manifest.
59+
depend on the selected manifest file (based on the current working directory if
60+
\fB\-\-manifest\-path\fP is not given). If the manifest is the root of a workspace then
61+
the workspaces default members are selected, otherwise only the package defined
62+
by the manifest will be selected.
63+
.sp
64+
The default members of a workspace can be set explicitly with the
65+
\fBworkspace.default\-members\fP key in the root manifest. If this is not set, a
66+
virtual workspace will include all workspace members (equivalent to passing
67+
\fB\-\-all\fP), and a non\-virtual workspace will include only the root crate itself.
6468
.sp
6569
\fB\-p\fP \fISPEC\fP..., \fB\-\-package\fP \fISPEC\fP...
6670
.RS 4

src/etc/man/cargo-fetch.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-fetch
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-20
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-FETCH" "1" "2018-12-20" "\ \&" "\ \&"
10+
.TH "CARGO\-FETCH" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

src/etc/man/cargo-fix.1

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-fix
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-20
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-FIX" "1" "2018-12-20" "\ \&" "\ \&"
10+
.TH "CARGO\-FIX" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -113,11 +113,15 @@ Fix code even if the working directory has staged changes.
113113
.SS "Package Selection"
114114
.sp
115115
By default, when no package selection options are given, the packages selected
116-
depend on the current working directory. In the root of a virtual workspace,
117-
all workspace members are selected (\fB\-\-all\fP is implied). Otherwise, only the
118-
package in the current directory will be selected. The default packages may be
119-
overridden with the \fBworkspace.default\-members\fP key in the root \fBCargo.toml\fP
120-
manifest.
116+
depend on the selected manifest file (based on the current working directory if
117+
\fB\-\-manifest\-path\fP is not given). If the manifest is the root of a workspace then
118+
the workspaces default members are selected, otherwise only the package defined
119+
by the manifest will be selected.
120+
.sp
121+
The default members of a workspace can be set explicitly with the
122+
\fBworkspace.default\-members\fP key in the root manifest. If this is not set, a
123+
virtual workspace will include all workspace members (equivalent to passing
124+
\fB\-\-all\fP), and a non\-virtual workspace will include only the root crate itself.
121125
.sp
122126
\fB\-p\fP \fISPEC\fP..., \fB\-\-package\fP \fISPEC\fP...
123127
.RS 4

src/etc/man/cargo-generate-lockfile.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-generate-lockfile
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-20
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-GENERATE\-LOCKFILE" "1" "2018-12-20" "\ \&" "\ \&"
10+
.TH "CARGO\-GENERATE\-LOCKFILE" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

src/etc/man/cargo-help.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-help
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2018-12-20
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-HELP" "1" "2018-12-20" "\ \&" "\ \&"
10+
.TH "CARGO\-HELP" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

src/etc/man/cargo-init.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: cargo-init
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 1.5.8
5-
.\" Date: 2019-01-23
5+
.\" Date: 2019-01-09
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "CARGO\-INIT" "1" "2019-01-23" "\ \&" "\ \&"
10+
.TH "CARGO\-INIT" "1" "2019-01-09" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

0 commit comments

Comments
 (0)