From 7f21c3e90a07378aef3a4dc0c365188b303d5870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=A4ferdiek?= Date: Thu, 24 Jan 2019 19:09:03 +0000 Subject: [PATCH] Update 'sync.sh' --- sync.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sync.sh b/sync.sh index c32bfd0..b411c1d 100755 --- a/sync.sh +++ b/sync.sh @@ -4,9 +4,9 @@ set -e; usage() { - echo "Press 1 to sync git folder with /etc"; - echo "Press 2 to sync /etc/skel with all command line users"; - echo "Press 3 to sync /etc/skel with a specific user's home folder" + echo "Press 1 to sync git folder to '/etc'"; + echo "Press 2 to sync git repository folder 'etc/skel' with all command line users"; + echo "Press 3 to sync git repository folder 'etc/skel' with a specific user's home folder" echo "Press 4 to list command line users for sync"; echo "---"; echo "Hit CTRL+C to exit";