Fix cleaning example in docs that sets the BMC clock to use correct arg

Change-Id: I9341395060cd22dee3ad880a7fe62831cd5b725b
Signed-off-by: Mahnoor Asghar <masghar@redhat.com>
This commit is contained in:
Mahnoor Asghar
2025-10-14 11:50:52 +02:00
parent a89f960499
commit 10feb5b693

View File

@@ -374,7 +374,7 @@ An example is setting the BMC clock using the Redfish management interface::
"clean_steps": [{
"interface": "management",
"step": "set_bmc_clock",
"args": {"datetime": "2025-07-22T12:34:56+00:00"}
"args": {"target_datetime": "2025-07-22T12:34:56+00:00"}
}]
}