Skip to content

Commit

Permalink
Merge pull request #269 from Firefishy/Firefishy-patch-1
Browse files Browse the repository at this point in the history
Set pyosmium-get-changes diff-type default
  • Loading branch information
lonvia authored Oct 18, 2024
2 parents de71e7e + 6eb66c2 commit 695273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pyosmium-get-changes
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_arg_parser(from_main=False):
help="Format the data should be saved in.")
parser.add_argument('--server', action='store', dest='server_url',
help='Base URL of the replication server')
parser.add_argument('--diff-type', action='store', dest='server_diff_type',
parser.add_argument('--diff-type', action='store', dest='server_diff_type', default='osc.gz',
help='File format used by the replication server (default: osc.gz)')
parser.add_argument('--cookie', dest='cookie',
help='Netscape-style cookie jar file to read cookies from '
Expand Down

0 comments on commit 695273d

Please sign in to comment.