mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 21:35:00 +00:00
Tweak output of --send-data --interactive.
This commit is contained in:
@@ -7258,8 +7258,8 @@ sub send_data {
|
|||||||
my $key;
|
my $key;
|
||||||
PROMPT:
|
PROMPT:
|
||||||
while ( !$key ) {
|
while ( !$key ) {
|
||||||
print `ls -l $data_file`;
|
print "\n", `ls -l $data_file`;
|
||||||
print "Send $data_file [Ynaq]: ";
|
print "Send [Ynaq]: ";
|
||||||
$key = <STDIN>;
|
$key = <STDIN>;
|
||||||
chomp($key);
|
chomp($key);
|
||||||
$key = lc($key);
|
$key = lc($key);
|
||||||
|
Reference in New Issue
Block a user