We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a7c2c commit 1a35cf0Copy full SHA for 1a35cf0
packages/i18n/src/locales/en_US.ts
@@ -194,8 +194,8 @@ const translations: Catalog = {
194
"'show profile': Prints system.profile information\n" +
195
"'show users': Print a list of all users for current database\n" +
196
"'show roles': Print a list of all roles for current database\n" +
197
- "'show log <type>': log for current connection, if type is not set uses 'global'\n" +
198
- "'show logs': Print all logs",
+ "'show log <name>': Display log for current connection, if name is not set uses 'global'\n" +
+ "'show logs': Print all logger names.",
199
},
200
connect: {
201
description:
0 commit comments