From 177ab4444e26220ac6b5d74d85af412a6b8ba72a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Jun 2008 22:05:39 +0000 Subject: [PATCH] wrong help message --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ab65c0f..e20b903 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 -- 2.43.0