stop using unison, various updates
[distro-setup] / brc
diff --git a/brc b/brc
index 55efac12039265d516bcac23b0ee91b756b2a289..80a4ae199b04c60a3ce688c312469c6df4b170d0 100644 (file)
--- a/brc
+++ b/brc
@@ -1489,8 +1489,6 @@ rlt() {
 rlu() { # [OPTS] HOST PATH
   # eg. rlu -opts frodo /testpath
   # relative paths will expanded with readlink -f.
-  # useful for selectively sending dirs which have been synced with unison,
-  # where the path is the same on both hosts.
   opts=("${@:1:$#-2}") #  1 to last -2
   path="${@:$#}" # last
   host="${@:$#-1:1}" # last -1