From 7bbacd0f0d20c11cc64c1bdecb0c4313ef06a12f Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 16 May 2021 01:49:52 +0530 Subject: [PATCH] Minor edits --- plugins/dups | 2 +- plugins/unmount-parent | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 #