From a79acdd10c5fba68b1bded0cce9ff3c865818cec Mon Sep 17 00:00:00 2001 From: Dan Christensen Date: Sun, 9 Feb 2014 16:15:49 -0500 Subject: [PATCH] Correct --weekly help to say weekly, not daily. --- attic/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attic/archiver.py b/attic/archiver.py index 329fd5174..a4a828f82 100644 --- a/attic/archiver.py +++ b/attic/archiver.py @@ -579,7 +579,7 @@ Type "Yes I am sure" if you understand this and want to continue.\n""") subparser.add_argument('-d', '--daily', dest='daily', type=int, default=0, help='number of daily archives to keep') subparser.add_argument('-w', '--weekly', dest='weekly', type=int, default=0, - help='number of daily archives to keep') + help='number of weekly archives to keep') subparser.add_argument('-m', '--monthly', dest='monthly', type=int, default=0, help='number of monthly archives to keep') subparser.add_argument('-y', '--yearly', dest='yearly', type=int, default=0,