Skip to content

Commit

Permalink
Merge pull request #7 from cytopia/CYT-002-fixes
Browse files Browse the repository at this point in the history
CYT-002 Fix examples
  • Loading branch information
cytopia committed Jan 10, 2018
2 parents b48ec3f + 566f609 commit 29c73ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -17,7 +17,8 @@ Using [POSIX.1-2008](http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1
$ timemachine /source/dir /target/dir

# Append rsync options
$ timemachine /source/dir /target/dir -- --links --times --perms --special
$ timemachine /source/dir /target/dir -- --specials --progress
$ timemachine /source/dir /target/dir -- --specials --links --times --perms
$ timemachine /source/dir /target/dir -- --archive --progress

# Make the timemachine script be more verbose
Expand Down

0 comments on commit 29c73ec

Please sign in to comment.