mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12582] Fix coding style.
PHPBB3-12582
This commit is contained in:
parent
d7c143da24
commit
de71837b71
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
#
|
||||
|
||||
if [ "$#" -ne 1 ]; then
|
||||
if [ "$#" -ne 1 ]
|
||||
then
|
||||
SCRIPT=$(basename "$0")
|
||||
echo "Description: Finds and strips ICC Profiles from given image file." >&2
|
||||
echo "Usage: $SCRIPT /path/to/image/file" >&2
|
||||
|
|
Loading…
Add table
Reference in a new issue