mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
tweak wording (#4415)
This commit is contained in:
parent
e6db37bc82
commit
ba4d8ae8c3
@ -273,7 +273,7 @@ pub enum ShellError {
|
|||||||
DeprecatedCommand(
|
DeprecatedCommand(
|
||||||
String,
|
String,
|
||||||
String,
|
String,
|
||||||
#[label = "{0} is deprecated. Instead use {1}"] Span,
|
#[label = "'{0}' is deprecated. Please use '{1}' instead."] Span,
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user