Skip to content

Commit

Permalink
Fix bug with download-osm make-dc not working (#291)
Browse files Browse the repository at this point in the history
Make sure `download-osm make-dc ...` runs.
  • Loading branch information
nyurik committed Jun 3, 2020
1 parent b67744c commit 90e1a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download-osm
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"""
Usage:
download-osm list <service> [-l] [-c]
download-osm make-dc <pbf-file> -d <file> [-i <z>] [-a <z>] [-x <v>] [--id <id>]
download-osm planet [-o <file> [-f]] [-j <file> [-k <kv>]...] [-d <file> [-i <z>]
[-l] [-p] [-n] [-v] [-a <z>] [-x <v>]] [--] [<aria2c_args>...]
download-osm [url|geofabrik|osmfr|bbbike] <area_or_url> [-o <file> [-f]] [-s <file>]
[-j <file> [-k <kv>]...] [-l] [-c] [-n] [-v]
[-d <file> [-i <z>] [-a <z>] [-x <v>] [--id <id>]] [--] [<aria2c_args>...]
download-osm make-dc <pbf-file> -d <file> [-i <z>] [-a <z>] [-x <v>] [--id <id>]
download-osm --help
download-osm --version
Expand Down

0 comments on commit 90e1a7a

Please sign in to comment.