--force-gps description update

Former-commit-id: 2612d97e95
pull/1161/head
Piero Toffanin 2019-08-13 14:35:41 -04:00
rodzic b81baf821c
commit 90f65ff945
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -577,8 +577,9 @@ def config():
parser.add_argument('--force-gps',
action='store_true',
default=False,
help=('Use images\' gps exif data for reconstruction, even if there are gcps present.'
'This flag is useful if you have high precision gps measurements.'))
help=('Use images\' GPS exif data for reconstruction, even if there are GCPs present.'
'This flag is useful if you have high precision GPS measurements. '
'If there are no GCPs, this flag does nothing. Default: %(default)s'))
args = parser.parse_args()