wrong help message
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Jun 2008 22:05:39 +0000 (22:05 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Jun 2008 22:05:39 +0000 (22:05 +0000)
Makefile

index ab65c0f..e20b903 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -112,10 +112,10 @@ tags:
 # (*) otherwise, entering through the root context
 # make sync PLCHOST=testbox1.inria.fr GUEST=vplc03.inria.fr
 
-ifdef VSERVER
+ifdef GUEST
 ifdef PLCHOST
-SSHURL:=root@$(PLCHOST):/vservers/$(VSERVER)
-SSHCOMMAND:=ssh root@$(PLCHOST) vserver $(VSERVER)
+SSHURL:=root@$(PLCHOST):/vservers/$(GUEST)
+SSHCOMMAND:=ssh root@$(PLCHOST) vserver $(GUEST)
 endif
 endif
 ifdef PLC