diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-19 14:28:53 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-20 10:29:29 +0200 |
commit | ffef561209455438b1d8a398197dace9951e099f (patch) | |
tree | 72262b0facc908eabdbc16c18ebd9aed04295f57 /share/man/just-import-git.1.md | |
parent | 367805d04c905f19a9dc4156091a7bfb7a518387 (diff) | |
download | justbuild-ffef561209455438b1d8a398197dace9951e099f.tar.gz |
man pages: properly quote options
... in order to preserve the minus signs.
Diffstat (limited to 'share/man/just-import-git.1.md')
-rw-r--r-- | share/man/just-import-git.1.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/just-import-git.1.md b/share/man/just-import-git.1.md index adbb8a6b..be746655 100644 --- a/share/man/just-import-git.1.md +++ b/share/man/just-import-git.1.md @@ -39,34 +39,34 @@ The resulting configuration is printed on standard output. OPTIONS ======= -**--as** NAME +**`--as`** NAME Specify the name the imported repository should have in the final configuration. If not specified, default to the name the repository has in the configuration file of the repository imported. In any case, the name is amended if it conflicts with an already existing name. -**-b** BRANCH +**`-b`** BRANCH The branch in the imported repository to use; this branch is also recorded as the branch to follow. Defaults to `"master"`. -**-C** CONFIGFILE +**`-C`** CONFIGFILE 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`. -**-h**, **--help** +**`-h`**, **`--help`** Output a usage message and exit. -**--map** THEIRS OURS +**`--map`** THEIRS OURS Map repositories from the imported configuration to already existing ones. Those repositories are not imported (and the search for their transitive dependency is omitted) and instead the specified already existing repository is used. This is useful, if a sufficiently compatible repository already exists in the configuration. -**-R** RELPATH +**`-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` @@ -74,7 +74,7 @@ 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 given. -**--plain** +**`--plain`** Pretend the foreign multi-repository specification is the canonical one for a single repository. Useful, if the repository to be imported does not have a repository configuration or should be imported without |