From 32df43c64f1531e08597daeed488b6f5d11dbf47 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Tue, 20 Jul 2021 17:26:16 +0200 Subject: [PATCH] Fixed cf-remote command instruction Signed-off-by: Ole Herman Schumacher Elgesem --- cfbs/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfbs/commands.py b/cfbs/commands.py index 19c188de..bb603802 100644 --- a/cfbs/commands.py +++ b/cfbs/commands.py @@ -365,7 +365,7 @@ def build_steps() -> int: print(" -> Tarball: out/masterfiles.tgz") print("") print("To install on this machine: cfbs install") - print("To deploy on remote hub(s): cf-remote deploy -H hub out/masterfiles.tgz") + print("To deploy on remote hub(s): cf-remote deploy --hub hub out/masterfiles.tgz") return 0