commit bf90387214d3798e7b40def24a8f4f55dc2a4de7 parent 38904cb57c2585be771eab967027dbf1c1f3a78c Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 27 Dec 2019 11:34:52 +0100 Add missing --user option Diffstat:
M | .local/bin/syncdir | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.local/bin/syncdir b/.local/bin/syncdir @@ -51,6 +51,10 @@ while :; do host="$2" shift ;; + -U|--user) + user="$2" + shift + ;; --) # end all options shift break