From 63e44aff1cc526b3fdbd7fa5d6c47c9ff1e305b9 Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Fri, 26 Jul 2024 16:31:02 -0600 Subject: [PATCH] additional feedback for mc stat examples (#1286) More improvements to `mc stat` examples following https://github.com/minio/docs/pull/1285 Staged: http://192.241.195.202:9000/staging/mc-stat-example-2/linux/reference/minio-mc/mc-stat.html#examples --- source/reference/minio-mc/mc-stat.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/reference/minio-mc/mc-stat.rst b/source/reference/minio-mc/mc-stat.rst index a77c0657..b55e7a81 100644 --- a/source/reference/minio-mc/mc-stat.rst +++ b/source/reference/minio-mc/mc-stat.rst @@ -162,14 +162,15 @@ The output resembles the following: Metadata : Content-Type: text/plain -You can also specify more than one object: +You can specify more than one object by adding multiple paths: .. code-block:: shell :class: copyable - mc stat myminio/mybucket/file1.txt play/yourbucket/file2.txt + mc stat myminio/mybucket/file1.txt myminio/yourbucket/file2.txt -To display detail for all objects in a bucket, use :mc-cmd:`~mc stat --recursive`: +To display detail for all objects in a bucket, use :mc-cmd:`~mc stat --recursive`. +The following example displays details for all objects in bucket ``mybucket``: .. code-block:: shell :class: copyable