Skip to content

Commit 34c1278

Browse files
authored
Refactor SQL command descriptions in index.html
Split long lines for better readability.
1 parent def87b2 commit 34c1278

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,10 @@ <h4>Zero Configuration</h4>
441441
" open \tStart a default browser to open the specific URL",
442442
" say \tOutput words",
443443
" set \tSet system property",
444-
" sql-execute \tExecutes the given SQL statement, which may be an INSERT, UPDATE, DELETE, or DDL statement",
445-
" sql-query \tExecutes the given SQL statement, which returns a single ResultSet object",
444+
" sql-execute \tExecutes the given SQL statement, which ",
445+
" \tmay be an INSERT, UPDATE, DELETE, or DDL statement",
446+
" sql-query \tExecutes the given SQL statement, which ",
447+
" \treturns a single ResultSet object",
446448
" update \tUpdate for the latest version",
447449
" ",
448450
"Options:",
@@ -498,4 +500,4 @@ <h4>Zero Configuration</h4>
498500
</script>
499501
</body>
500502

501-
</html>
503+
</html>

0 commit comments

Comments
 (0)