]> git.nbdom.net Git - nb.git/commitdiff
comment
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 23 May 2016 22:23:41 +0000 (23:23 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 23 May 2016 22:23:41 +0000 (23:23 +0100)
bin/dbq [changed mode: 0755->0644]

diff --git a/bin/dbq b/bin/dbq
old mode 100755 (executable)
new mode 100644 (file)
index dfccd16..fd703ee
--- 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");