diff --git a/syncthing-resolve-conflicts b/syncthing-resolve-conflicts index ca229f2..6fc2a69 100755 --- a/syncthing-resolve-conflicts +++ b/syncthing-resolve-conflicts @@ -69,16 +69,17 @@ usage() { cat <' + printf "%s %s\\n" "$myname" "$myver" + echo 'Copyright (C) 2018 Dominik Schrempf ' echo 'Inspired by "pacdiff".' } @@ -169,8 +170,8 @@ while IFS= read -u 3 -r -d '' conflict; do continue fi - # XXX: Recursive sync conflicts lead to problems if they are - # treated in the wrong order. + # XXX: Recursive sync conflicts lead to problems if they are treated in the + # wrong order. # TODO: Improve pattern match (digits only).