(no commit message)
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 21 Jan 2010 17:23:16 +0000 (17:23 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 21 Jan 2010 17:23:16 +0000 (17:23 +0000)
Makefile

index cc14e56..04756d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ RSYNC                       := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES)
 sync:
 ifeq (,$(SSHURL))
        @echo "sync: You must define, either PLC, or PLCHOST & GUEST, on the command line"
-       @echo "  e.g. make sync PLC=private.one-lab.org"
+       @echo "  e.g. make sync PLC=boot.planetlab.eu"
        @echo "  or   make sync PLCHOST=testbox1.inria.fr GUEST=vplc03.inria.fr"
        @exit 1
 else