From 7a92ba1b7e03a41a028f94dc07b4761d80c854dc Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 19 Feb 2020 21:48:38 -0500 Subject: [PATCH] Update usage() again --- bobbi/sortdir.c#b00008 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bobbi/sortdir.c#b00008 b/bobbi/sortdir.c#b00008 index e36421c..9d75805 100644 --- a/bobbi/sortdir.c#b00008 +++ b/bobbi/sortdir.c#b00008 @@ -1341,7 +1341,7 @@ void usage(void) { prerr(" e sort by EOF position ascending"); prerr(" E sort by EOF position descending"); prerr(""); - prerr("e.g.: sortdir -w -s nd ."); + prerr("e.g.: sortdir -w -s nf ."); prerr("Will sort the current directory first by name (ascending),"); prerr("then sort directories to the top, and will write the sorted"); prerr("directory to disk.");