Skip to content

Commit

Permalink
--filetype doesn't need to use up a short form; it won't be used often.
Browse files Browse the repository at this point in the history
  • Loading branch information
sethoscope committed Apr 2, 2017
1 parent 4c5a3c4 commit 0cbb4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heatmap.py
Expand Up @@ -1002,7 +1002,7 @@ def _make_argparser(self):
parser.add_argument('--shp_file', help=SUPPRESS)
inputs.add_argument('-g', '--gpx', help=SUPPRESS)
parser.add_argument(
'-t', '--filetype',
'--filetype',
choices=list(self._filetypes.keys()), default='auto',
help=('Treat all input files as this type. ("auto" will guess '
'based on the filename extension.); default: %(default)s'))
Expand Down

0 comments on commit 0cbb4a1

Please sign in to comment.