Removed unused parameter start_with

Former-commit-id: f1f8654241
pull/1161/head
Piero Toffanin 2019-03-12 16:16:55 -04:00
rodzic 76718ecbdf
commit 289729a9e2
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -53,12 +53,6 @@ def config():
help='resizes images by the largest side for opensfm. '
'Set to -1 to disable. Default: %(default)s')
parser.add_argument('--start-with', '-s',
metavar='<string>',
default='resize',
choices=processopts,
help=('Can be one of: ' + ' | '.join(processopts)))
parser.add_argument('--end-with', '-e',
metavar='<string>',
default='odm_orthophoto',