From: Nicolas Boisselier Date: Mon, 23 May 2016 22:23:41 +0000 (+0100) Subject: comment X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2efa6dcdff23aa0c55964e878a5766aeaf0f30cc;p=nb.git comment --- 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");