projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
47442ce
)
this code never runs anyway
Rafael Kitover [Mon, 25 Jan 2010 01:56:30 +0000 (
01:56
+0000)]
script/dbicadmin
patch
|
blob
|
blame
|
history
diff --git
a/script/dbicadmin
b/script/dbicadmin
index
38caf6d
..
35a600a
100755
(executable)
--- a/
script/dbicadmin
+++ b/
script/dbicadmin
@@
-44,11
+44,6
@@
my ($opts, $usage) = describe_options(
);
-if ($opts->{help}) {
- print $usage->text;
- exit 0;
-}
-
die "please only use one of --config or --connect-info" if ($opts->{config} and $opts->{connect_info});
# option compatability mangle