From 90440212f2ca547f9ae12d00312b3f66850fd6a2 Mon Sep 17 00:00:00 2001 From: "Leo R. Lundgren" Date: Tue, 19 Nov 2019 00:43:41 +0100 Subject: [PATCH] doc: Simplify wording for check's --read-data-subset parameter. --- doc/045_working_with_repos.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/045_working_with_repos.rst b/doc/045_working_with_repos.rst index 850e29579..e22884fea 100644 --- a/doc/045_working_with_repos.rst +++ b/doc/045_working_with_repos.rst @@ -124,10 +124,11 @@ data files: check snapshots, trees and blobs read all data -Use ``--read-data-subset=n/t`` parameter to check subset of repository data -files. The parameter takes two values, ``n`` and ``t``. All repository data -files are logically divided in ``t`` roughly equal groups and only files that -belong to the group number ``n`` are checked. For example, the following +Use the ``--read-data-subset=n/t`` parameter to check only a subset of the +repository data files at a time. The parameter takes two values, ``n`` and +``t``. When the check command runs, all data files in the repository are +logically divided in ``t`` (roughly equal) groups, and only files that +belong to the group number ``n`` are checked. For example, the following commands check all repository data files over 5 separate invocations: .. code-block:: console