diff options
Diffstat (limited to 'share/man/just-import-git.1.md')
-rw-r--r-- | share/man/just-import-git.1.md | 4 |
1 files changed, 2 insertions, 2 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 |