Improve the description

This commit is contained in:
Markus Fleschutz
2021-09-11 10:26:47 +02:00
parent 638169cd31
commit 33bc023681
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
.SYNOPSIS
copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]
.DESCRIPTION
Copies all photos in SourceDir to TargetDir sorted by year and month.
Copy image files from SourceDir to TargetDir sorted by year and month.
.EXAMPLE
PS> .\copy-photos-sorted.ps1 D:\Mobile\DCIM C:\MyPhotoAlbum
.NOTES