summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log')
-rw-r--r--src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log b/src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log
index cf2a91313..d2931ae9c 100644
--- a/src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log
+++ b/src/tools/cargo/tests/testsuite/cargo_add/help/stdout.log
@@ -32,6 +32,17 @@ Options:
The package will be removed from your features.
+ --public
+ Mark the dependency as public
+
+ The dependency can be referenced in your library's public API.
+
+ --no-public
+ Mark the dependency as private
+
+ While you can use the crate in your implementation, it cannot be referenced in your public
+ API.
+
--rename <NAME>
Rename the dependency
@@ -45,12 +56,12 @@ Options:
-n, --dry-run
Don't actually write the manifest
- -q, --quiet
- Do not print cargo log messages
-
-v, --verbose...
Use verbose output (-vv very verbose/build.rs output)
+ -q, --quiet
+ Do not print cargo log messages
+
--color <WHEN>
Coloring: auto, always, never