This commit is contained in:
Dominic Letz
2022-09-15 15:37:27 +02:00
parent 4d997145b4
commit 511924c9ab
3 changed files with 4 additions and 4 deletions

View File

@ -604,7 +604,7 @@ def create_cmd_parser():
type=str,
metavar=('direction', 'pixels'),
help='Direction to extend the given image (left|right|top|bottom). If a distance pixel value is not specified it defaults to half the image size'
)
)
parser.add_argument(
'-M',
'--init_mask',