From 5bfe19fe579e42395fd1885e040891cb735dbbbe Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:56:58 +0700 Subject: [PATCH] doc/radosgw: Add missing space to date option spec in admin.rst The start time and end time CLI option specification is missing a space between the date and the optional time value. Also expand the text to talk about "optional time" after the date. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> (cherry picked from commit dd16ad9055f134433d9bd6410cd31eb0fc918723) --- doc/radosgw/admin.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index 731e8990f418a..604b5c156103e 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -652,10 +652,12 @@ user usage within date ranges too. Options include: - **Start Date:** The ``--start-date`` option allows you to filter usage - stats from a particular start date (**format:** ``yyyy-mm-dd[HH:MM:SS]``). + stats from a particular start date and an optional start time + (**format:** ``yyyy-mm-dd [HH:MM:SS]``). - **End Date:** The ``--end-date`` option allows you to filter usage up - to a particular date (**format:** ``yyyy-mm-dd[HH:MM:SS]``). + to a particular date and an optional end time + (**format:** ``yyyy-mm-dd [HH:MM:SS]``). - **Log Entries:** The ``--show-log-entries`` option allows you to specify whether or not to include log entries with the usage stats -- 2.39.5