]> arthur.barton.de Git - backup-script.git/commitdiff
Fix README.md, and add link to "homepage" at GitHub
authorAlexander Barton <alex@barton.de>
Mon, 24 Oct 2016 09:18:39 +0000 (11:18 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 24 Oct 2016 09:18:39 +0000 (11:18 +0200)
README.md

index b74257c1be2e425935a4ce845d62919fb1d012bf..43e52053267df70408ed9d7a25b54985cb0e5007 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 # Backup Script
 
 A script for cloning systems using rsync.  
-Copyright (c)2008-2016 Alexander Barton <alex@barton.de>
+Copyright (c)2008-2016 Alexander Barton (<alex@barton.de>)  
+Homepage: https://github.com/alexbarton/backup-script
 
 
 ## Usage
@@ -17,7 +18,7 @@ Options:
 - `-n`, `--dry-run`: Test run only, don't copy any data.
 - `-p`, `--progress`: Show progress, see rsync(1).
 - `-t TAG`, `--tag TAG`: Only run jobs with tag TAG (see "tags" variable below).
-- `x`, `--no-exec`: Don't run global setup-, pre-, and post-exec commands.
+- `-x`, `--no-exec`: Don't run global setup-, pre-, and post-exec commands.
 
 When no *system* is given, all defined systems are backed up.