From 89588d13a3e38e3a2e5108668ec5bb31c31ba069 Mon Sep 17 00:00:00 2001 From: Amber Date: Mon, 14 Jun 2021 21:31:43 +0200 Subject: [PATCH] help and README.md --- README.md | 3 +++ masync | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e69de29..b05738e 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# masync + +Masync allows you to mirror and keep synchronised an arbitraries number of folders on one or more remote servers with local folders. diff --git a/masync b/masync index be116d4..25a0b56 100755 --- a/masync +++ b/masync @@ -33,7 +33,7 @@ myhelp() { echo "Usage: ${HELP_CMD_NAME} {COMMAND} [OPTION]" echo 'Description: ' echo -e '\tThis tool allows you to mirror and keep synchronised one or more folders on a remote server with arbitraries local folders.' - echo -e '\tIt has six main commands init, list, start, stop, remove' + echo -e '\tIt has five main commands init, list, start, stop, remove' echo -e "\tNOTE: Before using it, you must have configured ssh on your remote server!" echo 'INIT: ' echo -e "\tTypical use of tool is starting a sync with the command" @@ -52,7 +52,7 @@ myhelp() { echo -e "\t\t${HELP_CMD_NAME} start -s 1 or ${HELP_CMD_NAME} stop -l ${HELP_LOCAL_DIR}" echo 'REMOVE: ' echo -e "\tRemove the sync from the list of all syncs, do not delete any local folder and data" - echo -e "\t\t${HELP_CMD_NAME} remove -s 1 or ${HELP_CMD_NAME} stop -l ${HELP_LOCAL_DIR}" + echo -e "\t\t${HELP_CMD_NAME} remove -s 1 or ${HELP_CMD_NAME} remove -l ${HELP_LOCAL_DIR}" } hastrailingslash() {