[test-suite] remote file sync happens via rsync now. NFC
diff --git a/litsupport/modules/remote.py b/litsupport/modules/remote.py
index e345d66..b0237f8 100644
--- a/litsupport/modules/remote.py
+++ b/litsupport/modules/remote.py
@@ -1,6 +1,6 @@
 """Test module to execute a benchmark through ssh on a remote device.
 This assumes all relevant directories and files are present on the remote
-device (typically shared by NFS)."""
+device (typically transferred via `ninja rsync`, or shared by NFS)."""
 from litsupport import testplan
 import logging
 import os