diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-02-22 15:58:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-02-22 15:58:27 +0300 |
commit | 9bcb2ce09dae8ff7ff5750a214833f19cc42b522 (patch) | |
tree | 5fe3f2057e3f341b993df2db4b3552419cead516 | |
parent | 209db1d562999a6f88533512e6aa571b2ae4392d (diff) |
Fix typo in publish script comment
-rw-r--r-- | bpkg-rep/publish.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg-rep/publish.in b/bpkg-rep/publish.in index 05586ad..86e584a 100644 --- a/bpkg-rep/publish.in +++ b/bpkg-rep/publish.in @@ -306,7 +306,7 @@ ssh_options=(-o ConnectTimeout=$timeout \ for d in "${destinations[@]}"; do # -r (recursive) - # -l (copy symlinks and symlinks) + # -l (copy symlinks as symlinks) # -t (preserve timestamps) # -O (omit dir timestamps) # |