aboutsummaryrefslogtreecommitdiff
path: root/tool/sqldiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'tool/sqldiff.c')
-rw-r--r--tool/sqldiff.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/tool/sqldiff.c b/tool/sqldiff.c
index c7b59400d..ad19b8cf2 100644
--- a/tool/sqldiff.c
+++ b/tool/sqldiff.c
@@ -10,8 +10,13 @@
**
*************************************************************************
**
-** This is a utility problem that computes the differences in content
+** This is a utility program that computes the differences in content
** between two SQLite databases.
+**
+** To compile, simply link against SQLite.
+**
+** See the showHelp() routine below for a brief description of how to
+** run the utility.
*/
#include <stdio.h>
#include <stdlib.h>