Skip to content

Commit ffe8762

Browse files
sylvestreRenjiSann
andcommitted
Fix the GNU test
Co-authored-by: Dorian Péron <72708393+RenjiSann@users.noreply.github.com>
1 parent 5e1677b commit ffe8762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/ls/src/ls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ enum LsError {
208208
#[error("{}: not listing already-listed directory", .0.to_string_lossy())]
209209
AlreadyListedError(PathBuf),
210210

211-
#[error("invalid --time-style argument {0}\nPossible values are: {1:?}\n\nFor more information try --help")]
211+
#[error("invalid --time-style argument {}\nPossible values are: {:?}\n\nFor more information try --help", .0.quote(), .1)]
212212
TimeStyleParseError(String, Vec<String>),
213213
}
214214

0 commit comments

Comments
 (0)