# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1279809827 -28800
# Node ID 23023aff91fdf07d25fcd0046d64d10b5ffc7f89
# Parent  8c80d4dec7a82e07c0dd6beb816630954ec3fd03
split_card script: minor change in syntax help

diff -r 8c80d4dec7a8 -r 23023aff91fd frontends/wix/images/split_card.sh
--- a/frontends/wix/images/split_card.sh	Thu Jul 22 15:49:16 2010 +0800
+++ b/frontends/wix/images/split_card.sh	Thu Jul 22 22:43:47 2010 +0800
@@ -49,7 +49,7 @@
 	exit 1
 fi
 
-SYNTAXE="Split card image\nsyntaxe: $0 jpeg_image_to_split.jpg"
+SYNTAXE="Split card image\nsyntaxe: $0 image_to_split.ext"
 
 if [ $# -ne 1 ]
 then