Another fix to usage() text

This commit is contained in:
Bobbi Webber-Manners 2020-02-19 21:50:33 -05:00 committed by GitHub
parent 90a32dca0e
commit 582b6f5a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1330,8 +1330,8 @@ void usage(void) {
prerr("sort. The sort options are processed left-to-right.");
prerr(" n sort by filename ascending");
prerr(" N sort by filename descending");
prerr(" d sort by modification (or creation [-k]) date ascending");
prerr(" D sort by modification (or creation [-k]) date descending");
prerr(" d sort by modification (or creation [-c]) date ascending");
prerr(" D sort by modification (or creation [-c]) date descending");
prerr(" t sort by type ascending");
prerr(" T sort by type descending");
prerr(" f sort folders (directories) to top");