Skip to content

Commit 32ffd1a

Browse files
committed
updated help
1 parent 397b777 commit 32ffd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phixelgator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def exitScript(args, code):
132132
parse.add_argument('-d', '--dimensions', \
133133
help="The dimensions of the new image (format: 10x10)")
134134
parse.add_argument('-t', '--type', choices=['png','jpeg','gif','bmp'], default='png', \
135-
help="Output file type.")
135+
help="Output file type. Default is 'png'.")
136136
parse.add_argument('-x', '--crop', choices=['tl','tr','bl','br'], \
137137
help="If this flag is set, the image will be cropped to conform to the Block Size. \
138138
The argument passed describes what corner to crop from.")

0 commit comments

Comments
 (0)