Skip to content

Commit

Permalink
Merge pull request #16 from lucascbeyeler/patch-2
Browse files Browse the repository at this point in the history
Bugfix for Issue #15: Updating documentation
  • Loading branch information
lucascbeyeler authored Mar 17, 2017
2 parents 3f85f2f + a22b3cf commit 53492c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
###############################################################################
Expand Down
3 changes: 2 additions & 1 deletion src/zmbackup
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ clear_temp(){
show_help (){
printf "Usage: zmbackup [-f] [options] <mail>"
printf "\n zmbackup [-i] <mail>"
printf "\n zmbackup [-r] [options] <mail_origin> <mail_destination> <session>"
printf "\n zmbackup [-r] [options] <session> <mail>"
printf "\n zmbackup [-r] [-ro] <session> <mail_origin> <mail_destination>"
printf "\n zmbackup [-d] <session>"

# All the basic options will be put here.
Expand Down

0 comments on commit 53492c1

Please sign in to comment.