mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Fix the GNU test
Co-authored-by: Dorian Péron <72708393+RenjiSann@users.noreply.github.com>
This commit is contained in:
parent
5e1677bb9e
commit
ffe8762ee6
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ enum LsError {
|
||||||
#[error("{}: not listing already-listed directory", .0.to_string_lossy())]
|
#[error("{}: not listing already-listed directory", .0.to_string_lossy())]
|
||||||
AlreadyListedError(PathBuf),
|
AlreadyListedError(PathBuf),
|
||||||
|
|
||||||
#[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)]
|
||||||
TimeStyleParseError(String, Vec<String>),
|
TimeStyleParseError(String, Vec<String>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue