aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-02-22 15:58:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-02-22 15:58:27 +0300
commit9bcb2ce09dae8ff7ff5750a214833f19cc42b522 (patch)
tree5fe3f2057e3f341b993df2db4b3552419cead516
parent209db1d562999a6f88533512e6aa571b2ae4392d (diff)
Fix typo in publish script comment
-rw-r--r--bpkg-rep/publish.in2
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)
#