Fossil SCM
Fix typo in sqlite3 command documentation
Commit
fba7d9e452fe1b7826aadf08d12dade1390d907d
Parent
8583ca38eb28556…
1 file changed
+1
-1
+1
-1
| --- src/sqlcmd.c | ||
| +++ src/sqlcmd.c | ||
| @@ -165,11 +165,11 @@ | ||
| 165 | 165 | ** |
| 166 | 166 | ** --no-repository Skip opening the repository database. |
| 167 | 167 | ** |
| 168 | 168 | ** WARNING: Careless use of this command can corrupt a Fossil repository |
| 169 | 169 | ** in ways that are unrecoverable. Be sure you know what you are doing before |
| 170 | -** running any SQL commands that modifies the repository database. | |
| 170 | +** running any SQL commands that modify the repository database. | |
| 171 | 171 | ** |
| 172 | 172 | ** The following extensions to the usual SQLite commands are provided: |
| 173 | 173 | ** |
| 174 | 174 | ** content(X) Return the content of artifact X. X can be a |
| 175 | 175 | ** SHA1 hash or prefix or a tag. |
| 176 | 176 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -165,11 +165,11 @@ | |
| 165 | ** |
| 166 | ** --no-repository Skip opening the repository database. |
| 167 | ** |
| 168 | ** WARNING: Careless use of this command can corrupt a Fossil repository |
| 169 | ** in ways that are unrecoverable. Be sure you know what you are doing before |
| 170 | ** running any SQL commands that modifies the repository database. |
| 171 | ** |
| 172 | ** The following extensions to the usual SQLite commands are provided: |
| 173 | ** |
| 174 | ** content(X) Return the content of artifact X. X can be a |
| 175 | ** SHA1 hash or prefix or a tag. |
| 176 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -165,11 +165,11 @@ | |
| 165 | ** |
| 166 | ** --no-repository Skip opening the repository database. |
| 167 | ** |
| 168 | ** WARNING: Careless use of this command can corrupt a Fossil repository |
| 169 | ** in ways that are unrecoverable. Be sure you know what you are doing before |
| 170 | ** running any SQL commands that modify the repository database. |
| 171 | ** |
| 172 | ** The following extensions to the usual SQLite commands are provided: |
| 173 | ** |
| 174 | ** content(X) Return the content of artifact X. X can be a |
| 175 | ** SHA1 hash or prefix or a tag. |
| 176 |