Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandokov committed May 16, 2018
1 parent 52aaf9a commit 02b7c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help.py
Expand Up @@ -56,6 +56,6 @@ def help(version):
Example:
{regex}
can be used to extract the dafe from file names like the following IMG_27.01.2015-19.20.00.jpg.
can be used to extract the date from file names like the following IMG_27.01.2015-19.20.00.jpg.
""".format(version=version,
regex="(?P<day>\d{2})\.(?P<month>\d{2})\.(?P<year>\d{4})[_-]?(?P<hour>\d{2})\.(?P<minute>\d{2})\.(?P<second>\d{2})"))

0 comments on commit 02b7c4b

Please sign in to comment.