소스 검색

Correct --weekly help to say weekly, not daily.

Dan Christensen 11 년 전
부모
커밋
a79acdd10c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      attic/archiver.py

+ 1 - 1
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,