1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix the header comment on the sqldiff utility program. No code changes.

FossilOrigin-Name: b355ca3a3f617cd6d4c45c8e27ecd75d9e68b792
This commit is contained in:
drh
2015-04-17 12:16:09 +00:00
parent e318a7f84c
commit 50be9c4b28
3 changed files with 13 additions and 8 deletions

View File

@@ -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>