Skip to content

Commit

Permalink
Correct pg:calls description
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmalott committed Nov 5, 2019
1 parent 1b45f79 commit a47f500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/calls.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ORDER BY calls DESC LIMIT 10

const cmd = {
topic: 'pg',
description: 'show 10 queries that have longest execution time in aggregate',
description: 'show 10 queries that have highest frequency of execution',
needsApp: true,
needsAuth: true,
args: [{name: 'database', optional: true}],
Expand Down

0 comments on commit a47f500

Please sign in to comment.