We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74857a commit 9d169fbCopy full SHA for 9d169fb
src/uu/ls/src/ls.rs
@@ -208,7 +208,7 @@ enum LsError {
208
#[error("{}: not listing already-listed directory", .0.to_string_lossy())]
209
AlreadyListedError(PathBuf),
210
211
- #[error("invalid --time-style argument {0}\nPossible values are: {1:?}\n\nFor more information try --help")]
+ #[error("invalid --time-style argument {}\nPossible values are: {:?}\n\nFor more information try --help", .0.quote(), .1)]
212
TimeStyleParseError(String, Vec<String>),
213
}
214
0 commit comments