Skip to content

Commit

Permalink
Merge pull request #4233 from szarnyasg/nits-20241202d
Browse files Browse the repository at this point in the history
CLI: Clarify how the timer works
  • Loading branch information
szarnyasg authored Dec 2, 2024
2 parents b422b96 + 0164436 commit efcdca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/cli/dot_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Dot commands are available in the DuckDB CLI client. To use one of these command
| `.system CMD ARGS...` | Run `CMD ARGS...` in a system shell |
| `.tables ?TABLE?` | List names of tables [matching LIKE pattern]({% link docs/sql/functions/pattern_matching.md %}) `TABLE` |
| `.testcase NAME` | Begin redirecting output to `NAME` |
| `.timer on|off` | Turn SQL timer on or off |
| `.timer on|off` | Turn SQL timer on or off. SQL statements separated by `;` but *not* separated via newline are measured together. |
| `.width NUM1 NUM2 ...` | Set minimum column widths for columnar output |

## Using the `.help` Command
Expand Down

0 comments on commit efcdca4

Please sign in to comment.