Fix formatting

This commit is contained in:
Bobbi Webber-Manners 2020-02-06 21:08:13 -05:00 committed by GitHub
parent 6658a43ea6
commit 6b87791f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
```
** THIS IS ALPHA-QUALITY CODE ** ** THIS IS ALPHA-QUALITY CODE **
** USE AT YOUR OWN RISK! ** ** USE AT YOUR OWN RISK! **
usage: sortdir [-s xxx] [-rwv] path\n usage: sortdir [-s xxx] [-rwv] path
Options: -s xxx Directory sort options Options: -s xxx Directory sort options
-w Enable writing to disk -w Enable writing to disk
-v Verbose output -v Verbose output
@ -20,4 +22,5 @@ e.g.: sortdir -w -s nd .
Will sort the current directory first by name (ascending), Will sort the current directory first by name (ascending),
then sort directories to the top, and will write the sorted then sort directories to the top, and will write the sorted
directory to disk. directory to disk.
```