Fossil SCM
Improved "help" for the "fossil whatis" command.
Commit
0f9d0f0ba147f9723f2baf52c46c4b91b3cde32e
Parent
e709bf16e770835…
1 file changed
+6
+6
| --- src/name.c | ||
| +++ src/name.c | ||
| @@ -670,10 +670,16 @@ | ||
| 670 | 670 | ** Usage: %fossil whatis NAME |
| 671 | 671 | ** |
| 672 | 672 | ** Resolve the symbol NAME into its canonical 40-character SHA1-hash |
| 673 | 673 | ** artifact name and provide a description of what role that artifact |
| 674 | 674 | ** plays. |
| 675 | +** | |
| 676 | +** Options: | |
| 677 | +** | |
| 678 | +** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', | |
| 679 | +** 'w', 'g', or 'e'). | |
| 680 | +** -v|--verbose Provide extra information (such as the RID) | |
| 675 | 681 | */ |
| 676 | 682 | void whatis_cmd(void){ |
| 677 | 683 | int rid; |
| 678 | 684 | const char *zName; |
| 679 | 685 | int verboseFlag; |
| 680 | 686 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -670,10 +670,16 @@ | |
| 670 | ** Usage: %fossil whatis NAME |
| 671 | ** |
| 672 | ** Resolve the symbol NAME into its canonical 40-character SHA1-hash |
| 673 | ** artifact name and provide a description of what role that artifact |
| 674 | ** plays. |
| 675 | */ |
| 676 | void whatis_cmd(void){ |
| 677 | int rid; |
| 678 | const char *zName; |
| 679 | int verboseFlag; |
| 680 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -670,10 +670,16 @@ | |
| 670 | ** Usage: %fossil whatis NAME |
| 671 | ** |
| 672 | ** Resolve the symbol NAME into its canonical 40-character SHA1-hash |
| 673 | ** artifact name and provide a description of what role that artifact |
| 674 | ** plays. |
| 675 | ** |
| 676 | ** Options: |
| 677 | ** |
| 678 | ** --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', |
| 679 | ** 'w', 'g', or 'e'). |
| 680 | ** -v|--verbose Provide extra information (such as the RID) |
| 681 | */ |
| 682 | void whatis_cmd(void){ |
| 683 | int rid; |
| 684 | const char *zName; |
| 685 | int verboseFlag; |
| 686 |