diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:52:53 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:12 -0400 |
commit | 97cb813d03cf701b0418aa6e0a4e226362464bd3 (patch) | |
tree | 9715a65277e3ba41e5b5b62882351463ccd6c62e /system/sqldiff | |
parent | e68efdb625d1efadc3627e23de64e20b3303735f (diff) |
system/sqldiff: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/sqldiff')
-rw-r--r-- | system/sqldiff/README | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/system/sqldiff/README b/system/sqldiff/README index bf4909faa9e1b..21305a6df4856 100644 --- a/system/sqldiff/README +++ b/system/sqldiff/README @@ -1,15 +1,16 @@ -The sqldiff binary is a command-line utility program that displays -the differences between SQLite databases. +The sqldiff binary is a command-line utility program that displays the +differences between SQLite databases. Example usage: sqldiff [options] database1.sqlite database2.sqlite The usual output is an SQL script that will transform database1.sqlite -(the "source" database) into database2.sqlite (the "destination" database). - +(the "source" database) into database2.sqlite (the "destination" +database). sqldiff is part of SQLite, it comes inside the tools directory of -the SQLite sources. It isn't included in the stock slackware SQLite package. -Hence this SlackBuild follows the Slackware SQLite version and compilation options. -This is why the source used are linked from Slackware mirrors, to ensure -maximum compatibility with stock Slackware. +the SQLite sources. It isn't included in the stock slackware SQLite +package. Hence this SlackBuild follows the Slackware SQLite version +and compilation options. This is why the sources used are linked +from Slackware mirrors, to ensure maximum compatibility with stock +Slackware. |