Skip to content

Commit 46a6c0a

Browse files
author
Chris Stone
committed
Corrected description for pgb-kill
1 parent a04ab5c commit 46a6c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/gitlab-ctl-commands-ee/pgbouncer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
pgb.resume
3838
end
3939

40-
add_command_under_category('pgb-kill', 'pgbouncer', 'Send the "resume" command to pgbouncer', 2) do
40+
add_command_under_category('pgb-kill', 'pgbouncer', 'Send the "kill" command to pgbouncer', 2) do
4141
pgb = get_client
4242
if pgb.options['pg_database'].nil?
4343
$stderr.puts "Must provide database name to kill"

0 commit comments

Comments
 (0)