From a9582c878265a2bc0482e4f8ee775fbcec136ab3 Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Mon, 2 Dec 2024 10:50:27 +0100 Subject: [PATCH] doc: update make-docstring --- datalad_remake/commands/make_cmd.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/datalad_remake/commands/make_cmd.py b/datalad_remake/commands/make_cmd.py index 5108c5f..3e512a7 100644 --- a/datalad_remake/commands/make_cmd.py +++ b/datalad_remake/commands/make_cmd.py @@ -112,10 +112,11 @@ class Make(ValidatedInterface): 'is used to identify and prioritize computations, if more than one ' 'computation is registered for a file. If no label is provided, the' 'template name will be used. (Prioritization is done by ' - 'reading `datalad.make.priority` configuration items. If those do ' - 'not exist, the file `<$dataset root>.datalad/make/priority` is ' - 'read, if that does not exist either, a random computation is ' - 'chosen.)', + 'reading the git configuration `datalad.make.priority` (which ' + 'should contain a comma-separated list of labels). If this ' + 'configuration key does not exist, the priority list is read from ' + 'the file `<$dataset root>/.datalad/make/priority`. If that does ' + 'not exist either, a random computation is chosen.)', ), 'branch': Parameter( args=(