]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: clarify example in radosgw-admin
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 21 Jun 2012 18:34:20 +0000 (11:34 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Thu, 21 Jun 2012 18:35:13 +0000 (11:35 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
doc/man/8/radosgw-admin.rst

index d4d45c07b310523ccc188b6563ddfe26fa28e8ba..3d2200360fc590a609205929da5779cb195dc120 100644 (file)
@@ -145,7 +145,7 @@ Show the logs of a bucket from April 1st, 2012::
 
         $ radosgw-admin log show --bucket=foo --date=2012=04-01
 
-Show usage information for user from March 1st to April 1st, 2012::
+Show usage information for user from March 1st to (but not including) April 1st, 2012::
 
         $ radosgw-admin usage show --uid=johnny \
                         --start-date=2012-03-01 --end-date=2012-04-01