diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-06-23 18:32:07 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-06-26 16:20:53 +0200 |
commit | acb0203fef7e39a3817d9b2dc74f54bdf4ce00e4 (patch) | |
tree | dd81e8bd269738504e0121fb05e2544386359659 /share/man/just-import-git.1.md | |
parent | 903537d36fd3c5fa9a235eebf72e0e1d595bad00 (diff) | |
download | justbuild-acb0203fef7e39a3817d9b2dc74f54bdf4ce00e4.tar.gz |
man pages: unify emphasis of just commands for man and markdown viewers
Diffstat (limited to 'share/man/just-import-git.1.md')
-rw-r--r-- | share/man/just-import-git.1.md | 6 |
1 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 f3d143be..6da015aa 100644 --- a/share/man/just-import-git.1.md +++ b/share/man/just-import-git.1.md @@ -9,7 +9,7 @@ configuration SYNOPSIS ======== -just-import-deps \[*`OPTION`*\]... *`URL`* \[*`foreign repository name`*\] +**`just-import-git`** \[*`OPTION`*\]... *`URL`* \[*`foreign repository name`*\] DESCRIPTION =========== @@ -54,7 +54,7 @@ recorded as the branch to follow. Defaults to *`"master"`*. 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` +specified, for a config file is searched in the same way, as **`just-mr`** does, when invoved with **`--norc`**. **`-h`**, **`--help`** @@ -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` +specifed, 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 |