From 2900c79009fae490b6bd1704667ef81de4fa5759 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 22 Oct 2013 09:41:12 +0200 Subject: [PATCH] Fix usage: --dry-run equals -n (not -d) --- bin/backup-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/backup-script b/bin/backup-script index 9196772..c8edf82 100755 --- a/bin/backup-script +++ b/bin/backup-script @@ -43,7 +43,7 @@ Usage() { echo "Usage: $NAME [] [ [ [...]]]" echo echo " -p, --progress Show progress, see rsync(1)." - echo " -d, --dry-run Test run only, don't copy any data." + echo " -n, --dry-run Test run only, don't copy any data." echo echo "When no is given, all defined systems are used." echo -- 2.39.2