Skip to content

Commit b76e797

Browse files
committed
doc formatting
1 parent 65ccb5e commit b76e797

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

docs/ui.rst

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -973,43 +973,43 @@ Metadata Reports
973973
974974
.. code-block:: shell
975975
976-
$ metacat report --list
977-
keys:
978-
-----
979-
core.content_status
980-
core.event_count
981-
core.file_type
982-
core.run_number
983-
...
976+
$ metacat report --list
977+
keys:
978+
-----
979+
core.content_status
980+
core.event_count
981+
core.file_type
982+
core.run_number
983+
...
984984
985985
The --list argument returns the list of all metadata keys used in all files in the store.
986986
987987
.. code-block:: shell
988988
989-
$ metacat report --summary
990-
keys summary:
991-
===============================================================================
992-
key count min max
993-
-------- ------- --- ---
994-
core.content_status 1528 bad good
995-
core.event_count 25 0 1521009
996-
core.file_type 1899 test unknown
997-
core.run_number 115 1 9
998-
...
989+
$ metacat report --summary
990+
keys summary:
991+
===============================================================================
992+
key count min max
993+
-------- ------- --- ---
994+
core.content_status 1528 bad good
995+
core.event_count 25 0 1521009
996+
core.file_type 1899 test unknown
997+
core.run_number 115 1 9
998+
...
999999
10001000
The --summary argument returns for each key used in the store, the count of files which
10011001
used the key, and the minimum and maximum (string-ordered) value for each.
10021002
10031003
.. code-block:: shell
10041004
1005-
$ metacat report --values fn.owner
1006-
all values:
1007-
========================================
1008-
key values
1009-
--- ------
1010-
fn.owner dtucker
1011-
hypotpro
1012-
hypotraw
1005+
$ metacat report --values fn.owner
1006+
all values:
1007+
========================================
1008+
key values
1009+
--- -----
1010+
fn.owner dtucker
1011+
hypotpro
1012+
hypotraw
10131013
10141014
The --values flag can give you the list of all distinct values for a given key in the store.
10151015
You can request multiple keys by giving a comma-separated list to the --values parameter.

0 commit comments

Comments
 (0)