Update README.md according to the new deletion behavior
This commit is contained in:
parent
335b2d81d8
commit
639afceab8
2 changed files with 13 additions and 6 deletions
17
.idea/workspace.xml
generated
17
.idea/workspace.xml
generated
|
@ -9,9 +9,8 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Rework of README.md">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
|
||||
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Update deletion behavior and fixed file == NULL bug">
|
||||
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -208,7 +207,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1679341943299</updated>
|
||||
</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 />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
|
@ -246,7 +252,8 @@
|
|||
<MESSAGE value="Added Number of files in -d option" />
|
||||
<MESSAGE value="Added -h / -help option for better usability" />
|
||||
<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 name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
|
|
|
@ -13,7 +13,7 @@ Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...
|
|||
-f / -folder all the folders you want to scan for (see example above!)
|
||||
-c / -color enable colored messages
|
||||
-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
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue