From b365532cf34a2a502a59733406a0e2710d69f75d Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 19 Feb 2020 21:44:53 -0500 Subject: [PATCH] Fixed usage() text --- 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 0cdf673..e36421c 100644 --- a/bobbi/sortdir.c#b00008 +++ b/bobbi/sortdir.c#b00008 @@ -1309,7 +1309,7 @@ void freeblocks(void) { } void usage(void) { - prerr("usage: sortdir [-s xxx] [-rwv] path\n"); + prerr("usage: sortdir [-s xxx] [-n x] [-rDwcvVh] path\n"); prerr(" Options: -s xxx Directory sort options"); prerr(" -n x Filename upper/lower case options"); prerr(" -r Recursive descent");