Explorar o código

Merge pull request #308 from jdchristensen/patch-1

Use --keep-monthly instead of --monthly in usage.rst
Jonas Borgström %!s(int64=10) %!d(string=hai) anos
pai
achega
321b4d1afd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/usage.rst

+ 2 - 2
docs/usage.rst

@@ -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