Skip to content

Commit

Permalink
Merge branch 'version/2.4' into dev
Browse files Browse the repository at this point in the history
* version/2.4:
  bugfix: "sql" is the traditional way of running SQL commands with db_cmd
  • Loading branch information
muffato committed Dec 14, 2016
2 parents 39850dc + 41bcbd3 commit ec326a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/db_cmd.pl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sub main {
'url=s' => \$url,
'prepend=s@' => \@prepend,
'append|extra=s@' => \@append,
'sqlcmd=s' => \$sqlcmd,
'sqlcmd|sql=s' => \$sqlcmd,

'verbose!' => \$verbose,
'help!' => \$help,
Expand Down

0 comments on commit ec326a6

Please sign in to comment.