From: Arun Prakash Jana Date: Sat, 15 May 2021 20:19:52 +0000 (+0530) Subject: Minor edits X-Git-Tag: v4.1~50 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7bbacd0f0d20c11cc64c1bdecb0c4313ef06a12f;p=nnn.git Minor edits --- 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 #