From d7a06202f99d078abdb179d1299676d719c501ce Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Wed, 13 Jul 2022 15:48:24 +0200 Subject: [PATCH] typo in man EXAMPLES section --- bash/sync-view.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/sync-view.sh b/bash/sync-view.sh index 7b73ddc..f2337c3 100755 --- a/bash/sync-view.sh +++ b/bash/sync-view.sh @@ -69,7 +69,7 @@ # Links to user's .bashrc backups will be put in /tmp/test. Files are in # /mnt/backup, which contains backups of /export directory. The /tmp/test # directory will be created if necessary. -# $ sync-view.sh -r /export -b /mnt/backup -d /tmptest ~/.bashrc +# $ sync-view.sh -r /export -b /mnt/backup -d /tmp/test ~/.bashrc # # AUTHOR # Bruno Raoult.