diff options
author | drh <drh@noemail.net> | 2015-04-17 12:16:09 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2015-04-17 12:16:09 +0000 |
commit | 50be9c4b288a3d07b2ff11b377ce84bbd288dc26 (patch) | |
tree | 7da86ab1722f27a38a9a7457132ee7315c98a1e3 /tool/sqldiff.c | |
parent | e318a7f84c90003309cf7b518524bad9b8d50492 (diff) | |
download | sqlite-50be9c4b288a3d07b2ff11b377ce84bbd288dc26.tar.gz sqlite-50be9c4b288a3d07b2ff11b377ce84bbd288dc26.zip |
Fix the header comment on the sqldiff utility program. No code changes.
FossilOrigin-Name: b355ca3a3f617cd6d4c45c8e27ecd75d9e68b792
Diffstat (limited to 'tool/sqldiff.c')
-rw-r--r-- | tool/sqldiff.c | 7 |
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> |