From 1bd33652b2f28e5219f9db7208f3f55767e32adb Mon Sep 17 00:00:00 2001 From: velvettear Date: Tue, 15 Aug 2023 14:54:08 +0200 Subject: [PATCH] formatted readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c40480a..f65a139 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ simple command line tool to find and move/delete duplicate audio files ### options -- -d | --delete: delete duplicate files -- -m | --move: move duplicate files to specified directory -- -v | --verbose: enable verbose / debug output +| short | long | description | +| ----- | --------- | ------------------------------------------- | +| -d | --delete | delete duplicate files | +| -m | --move | move duplicate files to specified directory | +| -v | --verbose | enable verbose / debug output | \ No newline at end of file