<div dir="ltr">> On Jun 26, 2019, at 2:53 PM, Jan-Benedict Glaw via rsync <<a href="mailto:rsync@lists.samba.org">rsync@lists.samba.org</a>> wrote:<br>> > As I commonly spell --inplace as --in-place, I'd like to suggest this simple patch:<br><br><div>On Wed, Jun 26, 2019 at 7:29 PM @lbutlr via rsync <<a href="mailto:rsync@lists.samba.org">rsync@lists.samba.org</a>> wrote:<br>> If we’re going to do that add --remove-source and --delete-source as aliases for whatever the command is I have to look up every single time.<br><br><div>The --remove-* options are not named --delete-* because they happen on the sending side, not the receiving side. This makes things like the daemon "refuse options" setting easier as you can easily specify exactly what you want to refuse via wildcards (such as "remove-*" or "delete-*").</div><div><br></div><div>If you have your own favorite option names, feel free to specify them in the ~/.popt file:<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">rsync alias --in-place --inplace<br></font><font face="monospace">rsync alias --srcdel --remove-source-files<br></font><font face="monospace">rsync alias --delete-source --remove-source-files</font></blockquote><br>..wayne..<br></div></div></div>