Fix bug 821709, typo in pt-show-grants

This commit is contained in:
Jamie McCarthy
2012-01-06 10:28:03 -05:00
parent bc87f679f5
commit bf348ae167

View File

@@ -1756,7 +1756,7 @@ sub main {
my @result;
if ( $o->get('separate') ) {
@result = map { "REVOKE $grant ON $on_what FROM $user" }
@result = map { "REVOKE $_ ON $on_what FROM $user" }
split(', ', $grants);
}
else {