aboutsummaryrefslogtreecommitdiff
path: root/docs/ssync-index.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-index.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-index.1')
-rw-r--r--docs/ssync-index.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ssync-index.1 b/docs/ssync-index.1
index 384ba81..72ff368 100644
--- a/docs/ssync-index.1
+++ b/docs/ssync-index.1
@@ -45,4 +45,4 @@ Window in seconds to look back for new files while indexing. This option will li
Steph Enders
.MT steph@senders.io
.ME
-ssync-index is open source licensed under the ISC license. See LICENSE.txt for full copyright information.
+ssync-index is open source licensed under the ISC license. See LICENSE for full copyright information.