mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
Corrected usage statement
This commit is contained in:
parent
d560118389
commit
b249984ffe
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Usage: ./download-and-extract.sh something.tar.gz https://example.com/something.tar.gz
|
# Usage: ./download-and-extract.sh something https://example.com/something.tar.gz
|
||||||
|
|
||||||
archive=$1
|
archive=$1
|
||||||
url=$2
|
url=$2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user