diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-16 10:46:15 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-16 10:46:15 +0200 |
commit | 0574233eee954e1869db0d476ff7106ee72b12b5 (patch) | |
tree | d178165e98c135e332691baec1171d1dc5e046d3 | |
parent | 75147177e4d6886d0bcb51c650f5f69deb14a632 (diff) | |
download | justbuild-0574233eee954e1869db0d476ff7106ee72b12b5.tar.gz |
man: Fix typos
-rw-r--r-- | share/man/just-import-git.1.md | 4 | ||||
-rw-r--r-- | share/man/just.1.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/share/man/just-import-git.1.md b/share/man/just-import-git.1.md index afc25d7e..7ac7489e 100644 --- a/share/man/just-import-git.1.md +++ b/share/man/just-import-git.1.md @@ -55,7 +55,7 @@ Use the specified file as the configuration to import into. The string *`-`* is treated as a request to take the config from stdin; so a file called *`-`* has to be described as *`.`*/*`-`*, or similar. If not specified, for a config file is searched in the same way, as **`just-mr`** -does, when invoved with **`--norc`**. +does, when invoked with **`--norc`**. **`-h`**, **`--help`** Output a usage message and exit. @@ -70,7 +70,7 @@ compatible repository already exists in the configuration. **`-R`** *`RELPATH`* Use the file, specified by path relative to the repository root, as multi-repository specification in the imported repository. If not -specifed, for a config file is searched in the same way as **`just-mr`** +specified, for a config file is searched in the same way as **`just-mr`** does, when invoked with **`--no-rc`**, however leaving out searches relative to global roots (*`"home"`* and *`"system"`*). In other words, *`repos.json`* and *`etc/repos.json`* are tried if this option is not diff --git a/share/man/just.1.md b/share/man/just.1.md index e587da7a..125df37e 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -506,7 +506,7 @@ remote-execution endpoints based on the the execution properties. The format is a JSON list of pairs (lists of length two) of an object of strings and a string. The first entry describes a condition (the remote-execution properties have to agree on the domain of this -object), the is remote-exeuction address in the NAME:PORT format as +object), the is remote-execution address in the NAME:PORT format as for the **`-r`** option. The first matching entry (if any) is taken; in none matches the default execution endpoint is taken (either as specified by **`-r`**, or local execution if no endpoint is |