From 8854e9ce237316e9916618e75713f67f61423936 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:39:11 +0800 Subject: [PATCH] docs: correct color option spellings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf7c2e68..b31067f5 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,7 @@ These options are available when running with `--long` (`-l`): Some of the options accept parameters: -- Valid **--co{u}lor** options are **always**, **automatic** (or **auto** for short), and **never**. +- Valid **--colo\[u\]r** options are **always**, **automatic** (or **auto** for short), and **never**. - Valid sort fields are **accessed**, **changed**, **created**, **extension**, **Extension**, **inode**, **modified**, **name**, **Name**, **size**, **type**, and **none**. Fields starting with a capital letter sort uppercase before lowercase. The modified field has the aliases **date**, **time**, and **newest**, while its reverse has the aliases **age** and **oldest**. - Valid time fields are **modified**, **changed**, **accessed**, and **created**. - Valid time styles are **default**, **iso**, **long-iso**, **full-iso**, and **relative**.