From 5aff6743c6f8615050746c9c25a52fca67c5e099 Mon Sep 17 00:00:00 2001 From: cheese-cakee Date: Thu, 23 Apr 2026 04:25:07 +0530 Subject: [PATCH] test/cli/radosgw-admin: align help golden with period/zone delete Update help.t expected output to match the inline help text updated in this PR: period rm -> period delete and zone rm -> zone delete.\n\nThis keeps the CLI golden test consistent with radosgw-admin --help output and addresses make check failures for this branch. Signed-off-by: cheese-cakee --- src/test/cli/radosgw-admin/help.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 71d38b9d70e4..7013172fcc6f 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -67,7 +67,7 @@ objects expire run expired objects cleanup objects expire-stale list list stale expired objects (caused by reshard) objects expire-stale rm remove stale expired objects - period rm remove a period + period delete remove a period period get get period info period get-current get current period info period pull pull a period @@ -118,7 +118,7 @@ zonegroup placement rm remove a placement target from a zonegroup zonegroup placement default set a zonegroup's default placement target zone create create a new zone - zone rm remove a zone + zone delete remove a zone zone get show zone cluster params zone modify modify an existing zone zone set set zone cluster params (requires infile) -- 2.47.3