From: Yehuda Sadeh Date: Mon, 11 Jun 2012 22:13:18 +0000 (-0700) Subject: rgw: fix cli test X-Git-Tag: v0.48argonaut~80^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6d8d0592d6e62a894d6b2cfdc78cc9a27a59377c;p=ceph.git rgw: fix cli test Get it up to date with latest cli changes. Signed-off-by: Yehuda Sadeh --- diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 4d36c3c240e6..8f94f023d296 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -25,6 +25,8 @@ log show dump a log from specific object or (bucket + date + bucket-id) log rm remove log object + usage show show usage (by user, date range) + usage trim show usage (by user, date range) temp remove remove temporary objects that were created up to specified date (and optional time) options: @@ -44,6 +46,8 @@ --pool= --object= --date= + --start-date= + --end-date= --time= --bucket-id= --format= specify output format for certain operations: xml, @@ -56,6 +60,7 @@ --show-log-sum= enable/disable dump of log summation on log show --skip-zero-entries log show only dumps entries that don't have zero value in one of the numeric field + --yes-i-really-mean-it required for certain operations --conf/-c Read configuration from the given configuration file -d Run in foreground, log to stderr. -f Run in foreground, log to usual location.