Tweak output of --send-data --interactive.

This commit is contained in:
Daniel Nichter
2013-06-12 10:54:35 -07:00
parent 506aa3bc75
commit e51c7a9c8c

View File

@@ -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);