diff options
Diffstat (limited to 'bin/just-mr.py')
-rwxr-xr-x | bin/just-mr.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |