From: Thierry Parmentelat Date: Tue, 24 Jun 2008 22:05:39 +0000 (+0000) Subject: wrong help message X-Git-Tag: PLCAPI-4.3-1~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=177ab4444e26220ac6b5d74d85af412a6b8ba72a;p=plcapi.git wrong help message --- diff --git a/Makefile b/Makefile index ab65c0ff..e20b903a 100644 --- 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