Fossil SCM
Add mention of the "-R REPO_FILE" option in the whatis usage help.
Commit
32493b85be26eb99f8a05c91322aa0c2b6ef21051f77c2df032f4fdb4789e29e
Parent
7b0960d8db6a239…
1 file changed
+2
+2
| --- src/name.c | ||
| +++ src/name.c | ||
| @@ -1369,10 +1369,12 @@ | ||
| 1369 | 1369 | ** Options: |
| 1370 | 1370 | ** -f|--file Find artifacts with the same hash as file NAME. |
| 1371 | 1371 | ** If NAME is "-", read content from standard input. |
| 1372 | 1372 | ** -h|--hash Show only the hash of matching artifacts. |
| 1373 | 1373 | ** -q|--quiet Show nothing if NAME is not found |
| 1374 | +** -R REPO_FILE Specifies the repository db to use. Default is | |
| 1375 | +** the current check-out's repository. | |
| 1374 | 1376 | ** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', |
| 1375 | 1377 | ** 'w', 'g', or 'e') |
| 1376 | 1378 | ** -v|--verbose Provide extra information (such as the RID) |
| 1377 | 1379 | */ |
| 1378 | 1380 | void whatis_cmd(void){ |
| 1379 | 1381 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -1369,10 +1369,12 @@ | |
| 1369 | ** Options: |
| 1370 | ** -f|--file Find artifacts with the same hash as file NAME. |
| 1371 | ** If NAME is "-", read content from standard input. |
| 1372 | ** -h|--hash Show only the hash of matching artifacts. |
| 1373 | ** -q|--quiet Show nothing if NAME is not found |
| 1374 | ** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', |
| 1375 | ** 'w', 'g', or 'e') |
| 1376 | ** -v|--verbose Provide extra information (such as the RID) |
| 1377 | */ |
| 1378 | void whatis_cmd(void){ |
| 1379 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -1369,10 +1369,12 @@ | |
| 1369 | ** Options: |
| 1370 | ** -f|--file Find artifacts with the same hash as file NAME. |
| 1371 | ** If NAME is "-", read content from standard input. |
| 1372 | ** -h|--hash Show only the hash of matching artifacts. |
| 1373 | ** -q|--quiet Show nothing if NAME is not found |
| 1374 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 1375 | ** the current check-out's repository. |
| 1376 | ** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', |
| 1377 | ** 'w', 'g', or 'e') |
| 1378 | ** -v|--verbose Provide extra information (such as the RID) |
| 1379 | */ |
| 1380 | void whatis_cmd(void){ |
| 1381 |