File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ impl PackageIdSpec {
250250 your project, and the specification \
251251 `{}` is ambiguous.\n \
252252 Please re-run this command \
253- with `-p <spec>` where `<spec>` is one \
254- of the following :",
253+ with one of the following \
254+ specifications :",
255255 self . name( ) ,
256256 self
257257 ) ;
Original file line number Diff line number Diff line change @@ -1887,8 +1887,8 @@ fn update_ambiguous() {
18871887 "\
18881888 [ERROR] There are multiple `bar` packages in your project, and the specification `bar` \
18891889 is ambiguous.
1890- Please re-run this command with `-p <spec>` where `<spec>` is one of the \
1891- following:
1890+ Please re-run this command with one of the \
1891+ following specifications :
18921892 bar@0.[..].0
18931893 bar@0.[..].0
18941894" ,
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ fn multiple_versions() {
152152 . with_stderr (
153153 "\
154154 error: There are multiple `two-ver` packages in your project, and the specification `two-ver@0` is ambiguous.
155- Please re-run this command with `-p <spec>` where `<spec>` is one of the following:
155+ Please re-run this command with one of the following specifications :
156156 two-ver@0.1.0
157157 two-ver@0.2.0
158158" ,
@@ -174,7 +174,7 @@ https://github.com/rust-lang/crates.io-index#two-ver@0.2.0
174174 . with_stderr (
175175 "\
176176 error: There are multiple `two-ver` packages in your project, and the specification `two-ver` is ambiguous.
177- Please re-run this command with `-p <spec>` where `<spec>` is one of the following:
177+ Please re-run this command with one of the following specifications :
178178 two-ver@0.1.0
179179 two-ver@0.2.0
180180" ,
Original file line number Diff line number Diff line change @@ -1675,7 +1675,7 @@ fn ambiguous_name() {
16751675 . with_stderr_contains (
16761676 "\
16771677 error: There are multiple `dep` packages in your project, and the specification `dep` is ambiguous.
1678- Please re-run this command with `-p <spec>` where `<spec>` is one of the following:
1678+ Please re-run this command with one of the following specifications :
16791679 dep@1.0.0
16801680 dep@2.0.0
16811681" ,
You can’t perform that action at this time.
0 commit comments