Some command line options are not GNU/POSIX compliant (3)
[geeqie.git] / plugins / image-crop / geeqie-image-crop
index 23711dd..33aa6cf 100755 (executable)
@@ -28,7 +28,7 @@ process_raw ()
 
                rm "$tmpdir/$src_filename"
 
-               geeqie --remote view:"$tmpdir/$filename-crop.$extension"
+               geeqie --remote --view="$tmpdir/$filename-crop.$extension"
                res=0
        else
                res=1
@@ -49,7 +49,7 @@ process_plain ()
        then
                zenity --error --title="$title" --text="Cannot process this file format" --width="$width" --window-icon="$window_icon"
        else
-               geeqie --remote view:"$tmpdir/$filename-crop.$extension"
+               geeqie --remote --view="$tmpdir/$filename-crop.$extension"
        fi
 }