From dab6da34755281bfc1a714647614d21cdf1186dc Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Sun, 23 Feb 2020 10:46:44 +0100 Subject: [PATCH] comment --- syncthing-resolve-conflicts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthing-resolve-conflicts b/syncthing-resolve-conflicts index 0e5c252..83c9100 100755 --- a/syncthing-resolve-conflicts +++ b/syncthing-resolve-conflicts @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# Check for sync conflicts and resolve them. Idea from the shell script -# 'pacdiff'. +# Check for sync conflicts and resolve them. Inspired by 'pacdiff' from Arch +# Linux. declare -r myname='syncthing-resolve-conflicts' declare -r myver='1.0.2'