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

View File

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