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;
|
||||
PROMPT:
|
||||
while ( !$key ) {
|
||||
print `ls -l $data_file`;
|
||||
print "Send $data_file [Ynaq]: ";
|
||||
print "\n", `ls -l $data_file`;
|
||||
print "Send [Ynaq]: ";
|
||||
$key = <STDIN>;
|
||||
chomp($key);
|
||||
$key = lc($key);
|
||||
|
Reference in New Issue
Block a user