#!/bin/sh

case "$2" in
1.*)
	cat <<-EOF >&2
	syncthing 2.x includes some breaking changes like renamed/removed
	cli arguments. When the service arguments were overwritten make
	sure it adapt them.
	EOF
	;;
esac

exit 0
