Skip to content

Commit

Permalink
data_format help [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Sep 7, 2018
1 parent 6c3dd48 commit ea75753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planetutils/osm_extract_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def main():
parser.add_argument('id', help='Extract ID')
# parser.add_argument('--osm-extract-version', help='OSM Extract version', default='latest')
parser.add_argument('--outpath', help='Output path for Extract; default is <name>.osm.pbf')
parser.add_argument('--data-format', help='Download format: pbf or geojson', default='pbf')
parser.add_argument('--data-format', help='Download format: pbf, geojson, geojsonl', default='pbf')
parser.add_argument('--api-token', help='Interline Auth Token; default is read from $INTERLINE_API_TOKEN')
parser.add_argument('--verbose', help="Verbose output", action='store_true')
args = parser.parse_args()
Expand Down

0 comments on commit ea75753

Please sign in to comment.