File tree 2 files changed +2
-2
lines changed
tests/testsuite/cargo_update/help
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ pub fn cli() -> Command {
16
16
)
17
17
. conflicts_with ( "precise" ) ,
18
18
)
19
- . arg_dry_run ( "Don't actually write the lockfile" )
20
19
. arg (
21
20
opt (
22
21
"precise" ,
@@ -26,6 +25,7 @@ pub fn cli() -> Command {
26
25
. requires ( "package" ) ,
27
26
)
28
27
. arg_manifest_path ( )
28
+ . arg_dry_run ( "Don't actually write the lockfile" )
29
29
. after_help ( "Run `cargo help update` for more detailed information.\n " )
30
30
}
31
31
Original file line number Diff line number Diff line change 7
7
-w, --workspace Only update the workspace packages
8
8
-p, --package [<SPEC>] Package to update
9
9
--aggressive Force updating all dependencies of SPEC as well when used with -p
10
- --dry-run Don't actually write the lockfile
11
10
--precise <PRECISE> Update a single dependency to exactly PRECISE when used with -p
12
11
--manifest-path <PATH> Path to Cargo.toml
12
+ --dry-run Don't actually write the lockfile
13
13
-h, --help Print help
14
14
-v, --verbose... Use verbose output (-vv very verbose/build.rs output)
15
15
--color <WHEN> Coloring: auto, always, never
You can’t perform that action at this time.
0 commit comments