diff --git a/opendm/config.py b/opendm/config.py index b66a2aa9..72bc9fbb 100644 --- a/opendm/config.py +++ b/opendm/config.py @@ -81,7 +81,7 @@ def config(): type=float, help=('Ignore matched keypoints if the two images share ' 'less than percent of keypoints. Default:' - ' $(default)s')) + ' %(default)s')) parser.add_argument('--matcher-ratio', metavar='',