Fix 950: Remove -r from geeqie command
authorColin Clark <colin.clark@cclark.uk>
Thu, 6 Jan 2022 11:09:31 +0000 (11:09 +0000)
committerColin Clark <colin.clark@cclark.uk>
Thu, 6 Jan 2022 11:09:31 +0000 (11:09 +0000)
commit7a15c24ac9cc64c1486502509f8e9540d9b23545
tree8834565e1114b4ac6c521589682e952e1da0a3f0
parenta974a3ad32cd7b3e466fa28ffb15b6e4575e439e
Fix 950: Remove -r from geeqie command

https://github.com/BestImageViewer/geeqie/pull/950

Related to commit 84836e

If options with no preceding hyphen are not in the remote_commands[]
array, they will not be processed.
Therefore they are again displayed in the --help output.
src/remote.c