summaryrefslogtreecommitdiff
path: root/share/man/just-import-git.1.md
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2023-06-20 11:08:57 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2023-06-23 18:46:11 +0200
commit9d7a7d086783efe7d651e45c5125a743f00de263 (patch)
treea127b4126c979b7e3ad1b8990f937bfa11be5b85 /share/man/just-import-git.1.md
parentd6e4c6a97b402ba1af6885b18c1a21f26323e756 (diff)
downloadjustbuild-9d7a7d086783efe7d651e45c5125a743f00de263.tar.gz
man pages: properly emphasize and quote options in man pages
In order to consistently emphasize options in man page as well as markdown viewers, they should be wrapped in double asterisks and single backticks like **`<option>`**.
Diffstat (limited to 'share/man/just-import-git.1.md')
-rw-r--r--share/man/just-import-git.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/just-import-git.1.md b/share/man/just-import-git.1.md
index be746655..c93bda4d 100644
--- a/share/man/just-import-git.1.md
+++ b/share/man/just-import-git.1.md
@@ -54,7 +54,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`.
+invoved with **`--norc`**.
**`-h`**, **`--help`**
Output a usage message and exit.
@@ -70,9 +70,9 @@ compatible repository already exists in the configuration.
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`
-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.
+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`**
Pretend the foreign multi-repository specification is the canonical one