From 2efa6dcdff23aa0c55964e878a5766aeaf0f30cc Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 23 May 2016 23:23:41 +0100 Subject: [PATCH] comment --- bin/dbq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 bin/dbq diff --git a/bin/dbq b/bin/dbq old mode 100755 new mode 100644 index dfccd167..fd703eed --- a/bin/dbq +++ b/bin/dbq @@ -97,7 +97,7 @@ if (!$Opt{ssh} and @ARGV and ($ARGV[0] =~ m|^\w+://| or -e $ARGV[0] )) { #exec('ssh',$ARGV[0] && shift @ARGV,$NAME,@ARGV) if @ARGV and $ARGV[0] eq '--ssh' and shift @ARGV; # -# Handle format proto://db:table@hosts +# Handle format proto://db.table@hosts # $url =~ s,^(\w+://)?([^@]+)@(.*?)$,$1$3, and push(@EXEC,"db=$2"); -- 2.47.3