Skip to content

Commit b8d12b0

Browse files
committed
docs
1 parent 7bc232b commit b8d12b0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ your browser is executing).
120120

121121
Last but not least, you have access to other command-line tools which can be useful in troubleshooting SQL queries:
122122

123-
./bin/dbstack run ./app/vendor/bin/highlight-query 'and now'
124-
./bin/dbstack run ./app/vendor/bin/lint-query 'for something'
125-
./bin/dbstack run ./app/vendor/bin/tokenize-query 'completely different'
123+
./bin/dbstack run ./app/vendor/bin/highlight-query --query 'and now'
124+
./bin/dbstack run ./app/vendor/bin/lint-query --query 'for something'
125+
./bin/dbstack run ./app/vendor/bin/tokenize-query --query 'completely different'
126126

127127
Or you can just log in to the container where all the command-line tools are, and execute any command you like from there
128128

app/templates/Default/index.html.twig

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070

7171
Last but not least, you have access to other command-line tools which can be useful in troubleshooting SQL queries:
7272

73-
./bin/dbstack run ./app/vendor/bin/highlight-query 'and now'
74-
./bin/dbstack run ./app/vendor/bin/lint-query 'for something'
75-
./bin/dbstack run ./app/vendor/bin/tokenize-query 'completely different'
73+
./bin/dbstack run ./app/vendor/bin/highlight-query --query 'and now'
74+
./bin/dbstack run ./app/vendor/bin/lint-query --query 'for something'
75+
./bin/dbstack run ./app/vendor/bin/tokenize-query --query 'completely different'
7676

7777
Or you can just log in to the container where all the command-line tools are, and execute any command you like from there
7878

0 commit comments

Comments
 (0)