Some command line options are not GNU/POSIX compliant (4)
authorColin Clark <colin.clark@cclark.uk>
Sun, 5 May 2024 16:01:27 +0000 (17:01 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 5 May 2024 16:01:27 +0000 (17:01 +0100)
Update the plugins for the change from colon to equals sign.

plugins/rotate/geeqie-rotate

index 0430130..b92906e 100755 (executable)
@@ -216,7 +216,7 @@ do
        then
                # we got only one file for each group, typically the main one
                # get the sidecars:
-               geeqie -r --get-sidecars:"$file" | while read -r sidecar
+               geeqie --remote --get-sidecars="$file" | while read -r sidecar
                do
                        # the main file is included in the sidecar file list, no special handling is required
                        [ ! -w "$sidecar" ] && exit 5