Skip to content

Commit 1a35cf0

Browse files
authored
fix(i18n): fix show log/logs description (#2496)
1 parent 16a7c2c commit 1a35cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/i18n/src/locales/en_US.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ const translations: Catalog = {
194194
"'show profile': Prints system.profile information\n" +
195195
"'show users': Print a list of all users for current database\n" +
196196
"'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",
197+
"'show log <name>': Display log for current connection, if name is not set uses 'global'\n" +
198+
"'show logs': Print all logger names.",
199199
},
200200
connect: {
201201
description:

0 commit comments

Comments
 (0)