summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-03-07 18:07:47 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-03-08 15:40:56 +0100
commitaaf386931165d003628780c4d914d3bbc9798a38 (patch)
treecb2b2c1621fcd4b0e67e79e708bfe1df3c6f4be5 /CHANGELOG.md
parent8eed2f91094a126499cf5552661dddd2c2fda155 (diff)
downloadjustbuild-aaf386931165d003628780c4d914d3bbc9798a38.tar.gz
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02c5b21c..20c3014f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,12 @@ A feature release on top of `1.0.0`, backwards compatible.
latest occurrence. This is an incompatible change of the command
line, but not affecting the backwards compatibility of the build.
+- The option `-L` of `just-mr` now is an alternative name for option
+ `--local-launcher` instead of `--checkout-locations`, and thus
+ matching its meaning in `just`. This is an incompatible change of
+ the command line, but not affecting the backwards compatibility of
+ the build.
+
### Other changes
- `just analyse` now supports a new option `--dump-export-targets`