typo
This commit is contained in:
parent
edae4b9fdc
commit
00abf88d67
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from fraction import Fraction
|
||||||
|
|
||||||
|
|
||||||
# Parser
|
# Parser
|
||||||
parser = argparse.ArguemntParser( prog='exif2txt',
|
parser = argparse.ArgumentParser( prog='exif2txt',
|
||||||
usage='%(prog)s [options] path',
|
usage='%(prog)s [options] path',
|
||||||
allow_abbrev=False,
|
allow_abbrev=False,
|
||||||
description='Write EXIF metadata to text file.',
|
description='Write EXIF metadata to text file.',
|
||||||
|
|
Loading…
Reference in a new issue