From 743d5a3d3ef3bac45d9338204ff26b422c8e4867 Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Wed, 15 Mar 2017 11:18:01 -0700 Subject: [PATCH] ciao: yet another many months out of date command line invocation I would swear I searched for and fixed these all before, but clearly this delete command is broken and should have been fixed in the past. Any invocation that is, eg: ciao-cli -something is a sign of a broken command, as all commands now start with, eg: ciao-cli something Later option arguments may include a dash, but none of the top level commands/subcommands do. Signed-off-by: Tim Pepper --- source/ciao-cluster-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ciao-cluster-setup.rst b/source/ciao-cluster-setup.rst index eb8fe634..fda12aad 100644 --- a/source/ciao-cluster-setup.rst +++ b/source/ciao-cluster-setup.rst @@ -453,7 +453,7 @@ Reset your cluster First you should delete all instances with the `ciao-cli`_ command line tool:: - $ ciao-cli -delete-instance -all-instances + $ ciao-cli instance delete -all On your scheduler node, run the following command::