Fossil SCM
Minor adjustments in description of the `--file` option for `whatis`.
Commit
92d3fdba73a44c4cd6179d00ffa4d9d29110ef38215ccd9fbac7040bd4fbe584
Parent
e31c2c01e16c9f6…
1 file changed
+2
-2
+2
-2
| --- src/name.c | ||
| +++ src/name.c | ||
| @@ -1064,12 +1064,12 @@ | ||
| 1064 | 1064 | ** artifact name and provide a description of what role that artifact |
| 1065 | 1065 | ** plays. |
| 1066 | 1066 | ** |
| 1067 | 1067 | ** Options: |
| 1068 | 1068 | ** |
| 1069 | -** -f|--file Find artifacts with same hash as file NAME. | |
| 1070 | -** (if NAME is "-", read from standard input) | |
| 1069 | +** -f|-file Find artifacts with the same hash as file NAME. | |
| 1070 | +** If NAME is "-", read content from standard input. | |
| 1071 | 1071 | ** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', |
| 1072 | 1072 | ** 'w', 'g', or 'e') |
| 1073 | 1073 | ** -v|--verbose Provide extra information (such as the RID) |
| 1074 | 1074 | */ |
| 1075 | 1075 | void whatis_cmd(void){ |
| 1076 | 1076 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -1064,12 +1064,12 @@ | |
| 1064 | ** artifact name and provide a description of what role that artifact |
| 1065 | ** plays. |
| 1066 | ** |
| 1067 | ** Options: |
| 1068 | ** |
| 1069 | ** -f|--file Find artifacts with same hash as file NAME. |
| 1070 | ** (if NAME is "-", read from standard input) |
| 1071 | ** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', |
| 1072 | ** 'w', 'g', or 'e') |
| 1073 | ** -v|--verbose Provide extra information (such as the RID) |
| 1074 | */ |
| 1075 | void whatis_cmd(void){ |
| 1076 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -1064,12 +1064,12 @@ | |
| 1064 | ** artifact name and provide a description of what role that artifact |
| 1065 | ** plays. |
| 1066 | ** |
| 1067 | ** Options: |
| 1068 | ** |
| 1069 | ** -f|-file Find artifacts with the same hash as file NAME. |
| 1070 | ** If NAME is "-", read content from standard input. |
| 1071 | ** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', |
| 1072 | ** 'w', 'g', or 'e') |
| 1073 | ** -v|--verbose Provide extra information (such as the RID) |
| 1074 | */ |
| 1075 | void whatis_cmd(void){ |
| 1076 |