Update README.md according to the new deletion behavior

This commit is contained in:
BlyDoesCoding 2023-03-20 21:33:45 +01:00
parent 335b2d81d8
commit 639afceab8
2 changed files with 13 additions and 6 deletions

17
.idea/workspace.xml generated
View file

@ -9,9 +9,8 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Rework of README.md"> <list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Update deletion behavior and fixed file == NULL bug">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -208,7 +207,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1679341943299</updated> <updated>1679341943299</updated>
</task> </task>
<option name="localTasksCounter" value="17" /> <task id="LOCAL-00017" summary="Update deletion behavior and fixed file == NULL bug">
<created>1679344271798</created>
<option name="number" value="00017" />
<option name="presentableId" value="LOCAL-00017" />
<option name="project" value="LOCAL" />
<updated>1679344271798</updated>
</task>
<option name="localTasksCounter" value="18" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">
@ -246,7 +252,8 @@
<MESSAGE value="Added Number of files in -d option" /> <MESSAGE value="Added Number of files in -d option" />
<MESSAGE value="Added -h / -help option for better usability" /> <MESSAGE value="Added -h / -help option for better usability" />
<MESSAGE value="Rework of README.md" /> <MESSAGE value="Rework of README.md" />
<option name="LAST_COMMIT_MESSAGE" value="Rework of README.md" /> <MESSAGE value="Update deletion behavior and fixed file == NULL bug" />
<option name="LAST_COMMIT_MESSAGE" value="Update deletion behavior and fixed file == NULL bug" />
</component> </component>
<component name="XDebuggerManager"> <component name="XDebuggerManager">
<breakpoint-manager> <breakpoint-manager>

View file

@ -13,7 +13,7 @@ Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...
-f / -folder all the folders you want to scan for (see example above!) -f / -folder all the folders you want to scan for (see example above!)
-c / -color enable colored messages -c / -color enable colored messages
-p / -progress enable progress indicator -p / -progress enable progress indicator
-d / -delete delete all found duplicates except one -d / -delete delete all dups except one without asking first
-debug debug stuff -debug debug stuff
``` ```