From 00f5567b9c0ad8cc528c07c00ef1426a880ff436 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 18 Jul 2018 22:36:36 -0400 Subject: [PATCH] Better help text for init command --- pvc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pvc.py b/pvc.py index e4cccafe..a316231f 100755 --- a/pvc.py +++ b/pvc.py @@ -1410,7 +1410,9 @@ def get_vm_list(hypervisor): prompt='DANGER: This command will destroy any existing cluster data. Do you want to continue?') def init_cluster(): """ - Perform initialization of Zookeeper to act as a PVC cluster + Perform initialization of Zookeeper to act as a PVC cluster. + + DANGER: This command will overwrite any existing cluster data and provision a new cluster at the specified Zookeeper connection string. Do not run this against a cluster unless you are sure this is what you want. """ click.echo('Initializing a new cluster with Zookeeper address "{}".'.format(zk_host))