diff options
author | drh <> | 2024-10-16 11:05:11 +0000 |
---|---|---|
committer | drh <> | 2024-10-16 11:05:11 +0000 |
commit | f578ce102eaf001fe54aaefd3fd112a07788b763 (patch) | |
tree | d6021456f684382390d0c558a56f08ce219fe8d7 /src | |
parent | 9c5fb63d374032c1bf912a197ccc1e7e2bac3a3a (diff) | |
download | sqlite-f578ce102eaf001fe54aaefd3fd112a07788b763.tar.gz sqlite-f578ce102eaf001fe54aaefd3fd112a07788b763.zip |
Change the name of the new utility program from sqlite3-rsync to
sqlite3_rsync - dash changed to underscore - for consistency with the
preexisting sqlite3_analyzer.
FossilOrigin-Name: 86e794cbaa5ae600635c933b46298a39f2465daf4c5cd1570f2a03e19ac08d9d
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index a46b1b645..7097e6bb5 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -9352,7 +9352,7 @@ typedef struct sqlite3_backup sqlite3_backup; ** ** <ul> ** <li> The [VACUUM INTO] command. -** <li> The [sqlite3-rsync] utility program. +** <li> The [sqlite3_rsync] utility program. ** </ul> */ sqlite3_backup *sqlite3_backup_init( |