Skip to content

Commit

Permalink
Use --keep-monthly instead of --monthly in usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jdchristensen committed May 14, 2015
1 parent a24d0f4 commit 67590aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ Examples

# Keep 7 end of day, 4 additional end of week archives,
# and an end of month archive for every month:
$ attic prune /data/myrepo --keep-daily=7 --keep-weekly=4 --monthly=-1
$ attic prune /data/myrepo --keep-daily=7 --keep-weekly=4 --keep-monthly=-1

# Keep all backups in the last 10 days, 4 additional end of week archives,
# and an end of month archive for every month:
$ attic prune /data/myrepo --keep-within=10d --keep-weekly=4 --monthly=-1
$ attic prune /data/myrepo --keep-within=10d --keep-weekly=4 --keep-monthly=-1


.. include:: usage/info.rst.inc
Expand Down

0 comments on commit 67590aa

Please sign in to comment.