Skip to content

Commit 73d782a

Browse files
committed
fixup! fixup! Allow to choose the Matcher from the command line
1 parent 9d97312 commit 73d782a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rotate_backups/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def main():
246246
selected_locations = []
247247
# Parse the command line arguments.
248248
try:
249-
options, arguments = getopt.getopt(sys.argv[1:], 'M:H:d:w:m:y:t:I:x:jpri:c:C:uUS:fnvqh', [
249+
options, arguments = getopt.getopt(sys.argv[1:], 'M:H:d:w:m:y:t:I:x:jpri:c:C:usS:fnvqh', [
250250
'minutely=', 'hourly=', 'daily=', 'weekly=', 'monthly=', 'yearly=',
251251
'timestamp-pattern=', 'include=', 'exclude=', 'parallel',
252252
'prefer-recent', 'relaxed', 'ionice=', 'config=',

0 commit comments

Comments
 (0)