Fossil SCM

Improved "help" for the "fossil whatis" command.

drh 2016-01-18 23:19 trunk
Commit 0f9d0f0ba147f9723f2baf52c46c4b91b3cde32e
1 file changed +6
+6
--- src/name.c
+++ src/name.c
@@ -670,10 +670,16 @@
670670
** Usage: %fossil whatis NAME
671671
**
672672
** Resolve the symbol NAME into its canonical 40-character SHA1-hash
673673
** artifact name and provide a description of what role that artifact
674674
** 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)
675681
*/
676682
void whatis_cmd(void){
677683
int rid;
678684
const char *zName;
679685
int verboseFlag;
680686
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button