From 428f7f48e9065a73a5dd059073a525ddd55f78f3 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 3 Jun 2020 18:55:44 -0400 Subject: [PATCH] Updated README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 502516a..5472c37 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ the the interactive user interface is presented (see previous section.) The following command line syntax is supported: ``` -sortdir [-s xxx] [-n x] [-rDwcvVh] path +sortdir [-s xxx] [-n x] [-rDwvVh] path Options: -s xxx Directory sort options -n x Filename upper/lower case options @@ -180,7 +180,6 @@ sortdir [-s xxx] [-n x] [-rDwcvVh] path -r Recursive descent -D Whole-disk mode (implies -r) -w Enable writing to disk - -c Use create time rather than modify time -z Zero free space -v Verbose output -V Verbose debugging output @@ -202,8 +201,10 @@ sortdir [-s xxx] [-n x] [-rDwcvVh] path N sort by filename descending i sort by filename ascending - case insensitive I sort by filename descending - case insensitive - d sort by modify (or create [-c]) date ascending - D sort by modify (or create [-c]) date descending + m sort by modification date/time ascending + M sort by modification date/time descending + c sort by creation date/time ascending + C sort by creation date/time descending t sort by type ascending T sort by type descending f sort folders (directories) to top