aboutsummaryrefslogtreecommitdiff
path: root/docs/ssync.1
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-12-13 23:50:51 -0500
committerSteph Enders <steph@senders.io>2025-12-13 23:54:06 -0500
commit21424b25438059a39dcdcd94ea31b6746e5c69d2 (patch)
treecfcaf198103276b1ab04ab096fb6dddb300656ca /docs/ssync.1
parent9e143acfdfc9e69997d46c71cc52a0947d572a2c (diff)
Initial work on making scripts work in non-bash envs
Replace function defs with dash legal function syntax: function fn { } -> fn() { }
Diffstat (limited to 'docs/ssync.1')
-rw-r--r--docs/ssync.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ssync.1 b/docs/ssync.1
index e4e9c28..15c0b45 100644
--- a/docs/ssync.1
+++ b/docs/ssync.1
@@ -26,4 +26,4 @@ Fetching backend: sftp (default) / rsync
Steph Enders
.MT steph@senders.io
.ME
-ssync is open source licensed under the ISC license. See LICENSE.txt for full copyright information.
+ssync is open source licensed under the ISC license. See LICENSE for full copyright information.