Fossil SCM

Improved help message for the unsupported test-content-put command.

drh 2012-11-22 12:16 trunk
Commit a191d8fb7661b09e12bf0c8551024ea62b0f065b
1 file changed +4 -1
+4 -1
--- src/content.c
+++ src/content.c
@@ -667,11 +667,14 @@
667667
668668
669669
/*
670670
** COMMAND: test-content-put
671671
**
672
-** Extract a blob from a file and write it into the database
672
+** Usage: %fossil test-content-put FILE
673
+**
674
+** Read the content of FILE and add it to the Blob table as a new
675
+** artifact using a direct call to content_put().
673676
*/
674677
void test_content_put_cmd(void){
675678
int rid;
676679
Blob content;
677680
if( g.argc!=3 ) usage("FILENAME");
678681
--- src/content.c
+++ src/content.c
@@ -667,11 +667,14 @@
667
668
669 /*
670 ** COMMAND: test-content-put
671 **
672 ** Extract a blob from a file and write it into the database
 
 
 
673 */
674 void test_content_put_cmd(void){
675 int rid;
676 Blob content;
677 if( g.argc!=3 ) usage("FILENAME");
678
--- src/content.c
+++ src/content.c
@@ -667,11 +667,14 @@
667
668
669 /*
670 ** COMMAND: test-content-put
671 **
672 ** Usage: %fossil test-content-put FILE
673 **
674 ** Read the content of FILE and add it to the Blob table as a new
675 ** artifact using a direct call to content_put().
676 */
677 void test_content_put_cmd(void){
678 int rid;
679 Blob content;
680 if( g.argc!=3 ) usage("FILENAME");
681

Keyboard Shortcuts

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