Skip to content

Commit 762fbf9

Browse files
authored
docs: clarify --all-features not available for all commmands (#15572)
### What does this PR try to resolve? Fixes #15571 ### How should we test and review this PR? N/A ### Additional information N/A
2 parents f119386 + b081f2c commit 762fbf9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/doc/src/reference/features.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,11 @@ enabled:
244244
"foo bar"`). If building multiple packages in a [workspace], the
245245
`package-name/feature-name` syntax can be used to specify features for
246246
specific workspace members.
247-
248-
* `--all-features`: Activates all features of all packages selected on the
249-
command-line.
250-
247+
* `--all-features`: Activates all features of all packages selected on the command line.
251248
* `--no-default-features`: Does not activate the [`default`
252249
feature](#the-default-feature) of the selected packages.
250+
251+
**NOTE**: check the individual subcommand documentation for details. Not all flags are available for all subcommands.
253252

254253
[workspace]: workspaces.md
255254

0 commit comments

Comments
 (0)