Skip to content

Commit 53e32c9

Browse files
committed
Fixing typo in -s option help string
1 parent f5ecfa7 commit 53e32c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sortphotos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def sortPhotos(src_dir, dest_dir, extensions, sort_format, move_files, removeDup
254254
https://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior. \n\
255255
Use forward slashes / to indicate subdirectory(ies) (independent of your OS convention). \n\
256256
The default is '%%Y/%%m-%%b', which separates by year then month \n\
257-
with both the month number and name (e.g., 2012/12-Feb).")
257+
with both the month number and name (e.g., 2012/02-Feb).")
258258
parser.add_argument('--keep-duplicates', action='store_true',
259259
help='If file is a duplicate keep it anyway (after renmaing).')
260260
parser.add_argument('--extensions', type=str, nargs='+',

0 commit comments

Comments
 (0)