From: Thierry Parmentelat Date: Thu, 21 Jan 2010 17:23:16 +0000 (+0000) Subject: (no commit message) X-Git-Tag: PLCAPI-5.0-1^2~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a0d34dfb162c16bde3fae4c3ec124c744dc58fa1;p=plcapi.git --- diff --git a/Makefile b/Makefile index cc14e566..04756d91 100644 --- 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