From a22b3cfe9f9915088dbd3b5113264704164a44a3 Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Fri, 17 Mar 2017 16:54:47 -0300 Subject: [PATCH] Updating documentation --- README.md | 2 +- src/zmbackup | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acb83d4..fcbeedc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ zmbackup -v zmbackup version: 1.0.1 ``` -Open the folder /etc/cron.d/zmbackup.cron and adjust the time of each job scheduled to the time you want the execution. If you configured zmbkpose or any old release before, please undo and use this file for backup scheduling +Open the folder /etc/cron.d/zmbackup.cron and adjust each job scheduled to the time you want the execution. If you configured zmbkpose or any old release before, please undo and use this file for scheduling. ```` $ vim /etc/cron.d/zmbackup.cron ############################################################################### diff --git a/src/zmbackup b/src/zmbackup index 4564a67..2ec8c45 100755 --- a/src/zmbackup +++ b/src/zmbackup @@ -89,7 +89,8 @@ clear_temp(){ show_help (){ printf "Usage: zmbackup [-f] [options] " printf "\n zmbackup [-i] " - printf "\n zmbackup [-r] [options] " + printf "\n zmbackup [-r] [options] " + printf "\n zmbackup [-r] [-ro] " printf "\n zmbackup [-d] " # All the basic options will be put here.