mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix/dd ~ correct usage error display text
This commit is contained in:
@@ -415,8 +415,9 @@ impl std::fmt::Display for ParseError {
|
||||
// Additional message about 'dd --help' is displayed only in this situation.
|
||||
write!(
|
||||
f,
|
||||
"invalid input flag: ‘{}’\nTry 'dd --help' for more information.",
|
||||
arg
|
||||
"invalid input flag: ‘{}’\nTry '{} --help' for more information.",
|
||||
arg,
|
||||
uucore::execution_phrase()
|
||||
)
|
||||
}
|
||||
Self::ConvFlagNoMatch(arg) => {
|
||||
|
||||
Reference in New Issue
Block a user