Skip to content

Commit

Permalink
Mention the new -c feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sahib committed Jun 15, 2017
1 parent a70970f commit e1a64fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ The format follows [keepachangelog.com]. Please stick to it.
* Abort early in ``--equal`` if an mismatch has been encountered.
* Test the shell script more thoroughly to avoid release troubles.

### Added

* Add a new ``-c`` switch to ``rmlint.sh`` that cleans up empty directories while running the script.

## [2.6.0 Penetrating Pineapple] -- 2017-06-03

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions lib/formats/sh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ OPTIONS:
-p Recheck that files are still identical before removing duplicates.
-r Allow btrfs-clone to clone to read-only snapshots. (requires sudo)
-n Do not perform any modifications, just print what would be done. (implies -d and -x)
-c Clean up empty directories while deleting duplicates.
-q Do not show progress.
EOF
}

Expand Down

0 comments on commit e1a64fe

Please sign in to comment.