From 5956467e1e3e2923f2bc5550f38eafd0c9b638a2 Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Wed, 7 Feb 2024 10:15:51 +0100
Subject: [PATCH] Fix wording of confirm_deprovision docs

Change-Id: Iacd18fe6b6402f73391fa6451a40354daef125d7
---
 doc/source/administration/overcloud.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/administration/overcloud.rst b/doc/source/administration/overcloud.rst
index e576a810..13080a33 100644
--- a/doc/source/administration/overcloud.rst
+++ b/doc/source/administration/overcloud.rst
@@ -183,7 +183,7 @@ Deprovisioning The Cloud
    This step will power down the overcloud hosts and delete their nodes'
    instance state from the seed's ironic service. This command will print a
    list of hosts which will be deprovisioned, you must type ``yes`` to confirm.
-   To automatically confirm, pass the variable ``-e confirm_deprovision=yes``.
+   To automatically confirm, pass the arguments ``-e confirm_deprovision=yes``.
 
 To deprovision the overcloud::
 
-- 
GitLab