thiell clush: fix --[r]copy dest when --dest is omitted (#525)
fdfba85 Sep 29, 2023
clush: fix --[r]copy dest when --dest is omitted (#525)
When multiple files or directories are specified as arguments with
--[r]copy, and --dest is omitted, use each argument's dirnname for each
destination, instead of the dirname of the first argument only.

Fixes #525.
fdfba85