diff --git a/plugins/dups b/plugins/dups index c87757e7..a3fbbc69 100755 --- a/plugins/dups +++ b/plugins/dups @@ -9,7 +9,7 @@ # Notes: # 1. If the file size exceeds $size_digits digits the file will be misplaced # 12 digits fit files up to 931GiB -# 2. bash compatible required for mktemp +# 2. Bash compatible required for mktemp # # Shell: Bash # Authors: syssyphus, KlzXS diff --git a/plugins/unmount-parent b/plugins/unmount-parent index d148fca1..011d74dd 100755 --- a/plugins/unmount-parent +++ b/plugins/unmount-parent @@ -8,7 +8,6 @@ # # Dependencies: fusermount # - # Shell: POSIX compliant # Authors: Kabouik & 0xACE #