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 {
250
250
your project, and the specification \
251
251
`{}` is ambiguous.\n \
252
252
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 :",
255
255
self . name( ) ,
256
256
self
257
257
) ;
Original file line number Diff line number Diff line change @@ -1887,8 +1887,8 @@ fn update_ambiguous() {
1887
1887
"\
1888
1888
[ERROR] There are multiple `bar` packages in your project, and the specification `bar` \
1889
1889
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 :
1892
1892
bar@0.[..].0
1893
1893
bar@0.[..].0
1894
1894
" ,
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ fn multiple_versions() {
152
152
. with_stderr (
153
153
"\
154
154
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 :
156
156
two-ver@0.1.0
157
157
two-ver@0.2.0
158
158
" ,
@@ -174,7 +174,7 @@ https://github.com/rust-lang/crates.io-index#two-ver@0.2.0
174
174
. with_stderr (
175
175
"\
176
176
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 :
178
178
two-ver@0.1.0
179
179
two-ver@0.2.0
180
180
" ,
Original file line number Diff line number Diff line change @@ -1675,7 +1675,7 @@ fn ambiguous_name() {
1675
1675
. with_stderr_contains (
1676
1676
"\
1677
1677
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 :
1679
1679
dep@1.0.0
1680
1680
dep@2.0.0
1681
1681
" ,
You can’t perform that action at this time.
0 commit comments