ok/jj
1
0
Fork 0
forked from mirrors/jj

Make a minor formatting change to the help page for jj parallelize

Per discussion on another PR, we're going to avoid ALL CAPS for argument names
in the documentation even though Clap uses that style for the `--help` output.

- https://github.com/martinvonz/jj/pull/3453#discussion_r1554169975
This commit is contained in:
Evan Mesterhazy 2024-04-05 14:59:41 -04:00 committed by Evan Mesterhazy
parent c1920d765f
commit 506392703b
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ use crate::ui::Ui;
/// the target revset (not to be confused with the repo root). The children of
/// the head(s) of the target revset are rebased onto the target revisions.
///
/// The target revset is the union of the REVISIONS arguments and must satisfy
/// The target revset is the union of the `revisions` arguments and must satisfy
/// several conditions, otherwise the command will fail.
///
/// 1. The heads of the target revset must have either the same children as the

View file

@ -1366,7 +1366,7 @@ Each of the target revisions is rebased onto the parents of the root(s) of
the target revset (not to be confused with the repo root). The children of
the head(s) of the target revset are rebased onto the target revisions.
The target revset is the union of the REVISIONS arguments and must satisfy
The target revset is the union of the `revisions` arguments and must satisfy
several conditions, otherwise the command will fail.
1. The heads of the target revset must have either the same children as the