Update usage() again

This commit is contained in:
Bobbi Webber-Manners 2020-02-19 21:48:38 -05:00 committed by GitHub
parent 657a7b1000
commit 7a92ba1b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.");