Skip to content

Commit f728045

Browse files
committed
doc: Include -F in option lists
The manual change is to `src/doc/man/includes/section-features.md`, the rest is code-generated.
1 parent 8ca2b06 commit f728045

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ OPTIONS
181181
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
182182
for more details.
183183

184-
--features features
184+
-F features, --features features
185185
Space or comma separated list of features to activate. Features of
186186
workspace members may be enabled with package-name/feature-name
187187
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ OPTIONS
114114
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
115115
for more details.
116116

117-
--features features
117+
-F features, --features features
118118
Space or comma separated list of features to activate. Features of
119119
workspace members may be enabled with package-name/feature-name
120120
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ OPTIONS
120120
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
121121
for more details.
122122

123-
--features features
123+
-F features, --features features
124124
Space or comma separated list of features to activate. Features of
125125
workspace members may be enabled with package-name/feature-name
126126
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ OPTIONS
9898
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
9999
for more details.
100100

101-
--features features
101+
-F features, --features features
102102
Space or comma separated list of features to activate. Features of
103103
workspace members may be enabled with package-name/feature-name
104104
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ OPTIONS
193193
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
194194
for more details.
195195

196-
--features features
196+
-F features, --features features
197197
Space or comma separated list of features to activate. Features of
198198
workspace members may be enabled with package-name/feature-name
199199
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ OPTIONS
157157
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
158158
for more details.
159159

160-
--features features
160+
-F features, --features features
161161
Space or comma separated list of features to activate. Features of
162162
workspace members may be enabled with package-name/feature-name
163163
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ OPTIONS
315315
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
316316
for more details.
317317

318-
--features features
318+
-F features, --features features
319319
Space or comma separated list of features to activate. Features of
320320
workspace members may be enabled with package-name/feature-name
321321
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ OPTIONS
139139
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
140140
for more details.
141141

142-
--features features
142+
-F features, --features features
143143
Space or comma separated list of features to activate. Features of
144144
workspace members may be enabled with package-name/feature-name
145145
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ OPTIONS
106106
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
107107
for more details.
108108

109-
--features features
109+
-F features, --features features
110110
Space or comma separated list of features to activate. Features of
111111
workspace members may be enabled with package-name/feature-name
112112
syntax. This flag may be specified multiple times, which enables all

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ OPTIONS
4343
<https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options>
4444
for more details.
4545

46-
--features features
46+
-F features, --features features
4747
Space or comma separated list of features to activate. Features of
4848
workspace members may be enabled with package-name/feature-name
4949
syntax. This flag may be specified multiple times, which enables all

0 commit comments

Comments
 (0)