Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d169fb

Browse files
sylvestreRenjiSann
andauthoredMar 23, 2025··
Fix the GNU test
Co-authored-by: Dorian Péron <72708393+RenjiSann@users.noreply.github.com>
1 parent c74857a commit 9d169fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/uu/ls/src/ls.rs

+1-1
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)
Please sign in to comment.