diff --git a/modules/storage-persistent-storage-reclaim-manual.adoc b/modules/storage-persistent-storage-reclaim-manual.adoc index be8570d903..7d0d19c381 100644 --- a/modules/storage-persistent-storage-reclaim-manual.adoc +++ b/modules/storage-persistent-storage-reclaim-manual.adoc @@ -19,11 +19,11 @@ endif::[] .Procedure To manually reclaim the PV as a cluster administrator: -. Delete the PV. +. Delete the PV by running the following command: + [source,terminal] ---- -$ oc delete pv +$ oc delete pv ---- + ifndef::openshift-dedicated,openshift-rosa[]