From 6b87791f23c852f61fe134512af676a64dad2096 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Thu, 6 Feb 2020 21:08:13 -0500 Subject: [PATCH] Fix formatting --- bobbi/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bobbi/README.md b/bobbi/README.md index 142dda0..78b1a9b 100644 --- a/bobbi/README.md +++ b/bobbi/README.md @@ -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. +```