diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-24 17:21:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-24 17:29:42 +0200 |
commit | a2521a83bc055e315b2ce0f6cc876a4a5ac80908 (patch) | |
tree | 43840d8c23c949643602953d17f2669e0b0dbd99 /share | |
parent | f87ad41f72ca4465a0c5b4ba9fd36a7b09e4d4f4 (diff) | |
download | rules-rust-a2521a83bc055e315b2ce0f6cc876a4a5ac80908.tar.gz |
just-import-git: make rust-rules default to a public upstream repository
... now that the rules are published.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/import-cargo.1.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/import-cargo.1.md b/share/man/import-cargo.1.md index d52aece..c3898f5 100644 --- a/share/man/import-cargo.1.md +++ b/share/man/import-cargo.1.md @@ -33,12 +33,10 @@ Output a usage message and exit. **`--rules`** *`name`* Assume the rust rules are the logical repository *`name`* in the -configuration provided on standard input. Typically, the rust rules -would be imported first via **`just-import-git`**(1). If this option -is not given, as last resort, a *`"file"`* repository for the rules -is created pointing to the directory `../rules` relative to location -of this binary. This is correct, if **`just-import-cargo`** is called -from a (persistent) checkout of `rules-rust`, but hardly ever useful. +configuration provided on standard input. Typically, the rust rules would +be imported first via **`just-import-git`**(1). If this option is not +given, the latest commit of `https://github.com/just-buildsystem/rules-rust` +is taken. **`--repo-root`** *`root`* Specify the root of the physical directory the configuration read from |