diff --git a/heatmap.py b/heatmap.py index 449c0d0..8088b10 100755 --- a/heatmap.py +++ b/heatmap.py @@ -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'))