- Add LICENSE - Take maintainership PR: 249899 Submitted by: wen@ Approved by: maintainer(timeout, >=20 days)
12 lines
441 B
Plaintext
12 lines
441 B
Plaintext
--- pgtop.orig 2020-09-26 07:51:50 UTC
|
|
+++ pgtop
|
|
@@ -131,7 +131,7 @@ GetOptions(
|
|
"idle|i" => \$config{idle},
|
|
"resolve|r" => \$config{resolve},
|
|
"prompt!" => \$config{prompt},
|
|
- "long|!" => \$config{long_nums},
|
|
+ "long!" => \$config{long_nums},
|
|
"slow_threshold=i" => \$config{slow_threshold},
|
|
"slack_webhook=s" => \$config{slack_webhook},
|
|
);
|