Skip to content

Commit

Permalink
Fix typo in usage message
Browse files Browse the repository at this point in the history
Thanks @fedorov for pointing this out!
  • Loading branch information
pieper committed Jul 4, 2018
1 parent a65b6ef commit 68a5935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicomsort.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def usage():
print("\n <patterns...> is a string defining the output file and directory")
print("names based on the dicom tags in the file.")
print("\n Examples:")
print("\n dicomsort data sorted/%PatientName/%StudyDate/%SeriesDescription-%SOPInstanceUID.dcm")
print("\n dicomsort data sorted/%PatientName/%StudyDate/%SeriesDescription-%InstanceNumber.dcm")
print("\n could create a folder structure like:")
print("\n sorted/JohnDoe/2013-40-18/FLAIR-2.dcm")
print("\nIf patterns are not specified, the following default is used:")
Expand Down

0 comments on commit 68a5935

Please sign in to comment.