summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-06-10 23:47:15 +0200
committerMarc Vertes <mvertes@free.fr>2020-06-10 23:47:15 +0200
commitbe6b10671bf77dcc6e2fba829cef11c800652880 (patch)
tree6160cbdf8d5b404d8ea83d3ab510add70a35adde /bin
parent3863a629e2c2360ce79d83d007b69a62ce9445cd (diff)
update
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup-clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backup-clean b/bin/backup-clean
index fba4279..054ffbc 100755
--- a/bin/backup-clean
+++ b/bin/backup-clean
@@ -62,7 +62,7 @@ while getopts :nv opt; do
done
shift $((OPTIND - 1))
-# Sorted list of backups, most recent first
+# Sorted list of backups, most recent first.
dest=${1:-/.history}
lbu=$(ls -rv "$dest")
for d in $lbu; do