From aaf386931165d003628780c4d914d3bbc9798a38 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 7 Mar 2023 18:07:47 +0100 Subject: just-mr: fix options mismatches ... both with respect to just options and the man page specifications. Option -L of just-mr was reassigned as a short name for --local-launcher, matching its use in just. Its place is now correctly held by the full name option --checkout-locations, as per the section-1 man page. --- share/man/just-mr.1.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/just-mr.1.org b/share/man/just-mr.1.org index 8f8a1e2b..21047d18 100644 --- a/share/man/just-mr.1.org +++ b/share/man/just-mr.1.org @@ -47,7 +47,7 @@ See *just-mr-repository-config(5)* for more details on the input format. in the *just-mrrc(5)* file.\\ Default: path ~".cache/just"~ in user's home directory. - *-L*, *--checkout-locations* PATH\\ + *--checkout-locations* PATH\\ Specification file for checkout locations. This file contains a JSON object, for which under the key ~""~ of key ~"checkouts"~ we get pairs of repository URLs as keys and absolute paths as values. Currently @@ -57,7 +57,7 @@ See *just-mr-repository-config(5)* for more details on the input format. options overwrites any values set in the *just-mrrc(5)* file.\\ Default: file path ~".just-local.json"~ in user's home directory. - *--local-launcher* \\ + *-L*, *--local-launcher* \\ JSON array with the list of strings representing the launcher to prepend actions' commands before being executed locally.\\ Default: ~["env", "--"]~. -- cgit v1.2.3