Skip to content

Commit

Permalink
fixup! fixup! Allow to choose the Matcher from the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
shtrom committed Apr 27, 2023
1 parent 9d97312 commit 73d782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotate_backups/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def main():
selected_locations = []
# Parse the command line arguments.
try:
options, arguments = getopt.getopt(sys.argv[1:], 'M:H:d:w:m:y:t:I:x:jpri:c:C:uUS:fnvqh', [
options, arguments = getopt.getopt(sys.argv[1:], 'M:H:d:w:m:y:t:I:x:jpri:c:C:usS:fnvqh', [
'minutely=', 'hourly=', 'daily=', 'weekly=', 'monthly=', 'yearly=',
'timestamp-pattern=', 'include=', 'exclude=', 'parallel',
'prefer-recent', 'relaxed', 'ionice=', 'config=',
Expand Down

0 comments on commit 73d782a

Please sign in to comment.