From 69f4cef6f2a2ce7c5f2d1551b05348d2f1fc2a98 Mon Sep 17 00:00:00 2001 From: Marcus Franke Date: Sun, 14 Apr 2024 13:16:19 +0200 Subject: [PATCH] fix example and make it valid JSON Fix the given JSON in the long command help text and show a valid JSON document. resolves #432 Signed-off-by: Marcus Franke --- cmd/plan.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/plan.go b/cmd/plan.go index f135845..c8f45ee 100644 --- a/cmd/plan.go +++ b/cmd/plan.go @@ -20,9 +20,11 @@ Input file format, in JSON: [{ "hostname": "node-1", - "ip": "192.168.128.100", + "ip": "192.168.128.100" +}, +{ "hostname": "node-2", - "ip": "192.168.128.101", + "ip": "192.168.128.101" }] ` + pkg.SupportMessageShort + `