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. --- bin/just-mr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/just-mr.py b/bin/just-mr.py index 6a066d8d..a5a521a3 100755 --- a/bin/just-mr.py +++ b/bin/just-mr.py @@ -928,7 +928,7 @@ def main(): dest="repository_config", help="Repository-description file to use", metavar="FILE") - parser.add_argument("-L", + parser.add_argument("--checkout-locations", dest="checkout_location", help="Specification file for checkout locations") parser.add_argument("--local-build-root", -- cgit v1.2.3