Skip to content

Commit 55ebdc4

Browse files
committed
Updating doc sources for new cargo option
1 parent f707c78 commit 55ebdc4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/doc/man/includes/section-options-common.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ or provided as a path to an extra configuration file. This flag may be specified
1616
See the [command-line overrides section](../reference/config.html#command-line-overrides) for more information.
1717
{{/option}}
1818

19+
{{#option "`-C` _PATH_" "`--directory` _PATH_"}}
20+
Changes the current working directory before executing any specified operations. This affects
21+
things like where cargo looks by default for the project manifest (`Cargo.toml`), as well as
22+
the directories searched for discovering `.cargo/config.toml`, for example.
23+
{{/option}}
24+
1925
{{#option "`-h`" "`--help`"}}
2026
Prints help information.
2127
{{/option}}

0 commit comments

Comments
 (0)