summaryrefslogtreecommitdiff
path: root/textproc/mysqlviz/files/patch-mysqlviz
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/mysqlviz/files/patch-mysqlviz')
-rw-r--r--textproc/mysqlviz/files/patch-mysqlviz25
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/mysqlviz/files/patch-mysqlviz b/textproc/mysqlviz/files/patch-mysqlviz
deleted file mode 100644
index 219230ccbc44..000000000000
--- a/textproc/mysqlviz/files/patch-mysqlviz
+++ /dev/null
@@ -1,25 +0,0 @@
---- mysqlviz.orig 2010-11-12 23:53:55 UTC
-+++ mysqlviz
-@@ -184,17 +184,16 @@ exit(0);
-
- # usage information
- function usage() {
-- global $argv;
-- print '[' . basename($argv[0]) . " - mysql + sqlite database visualisation tool]\n\n";
-+ print "[mysqlviz - mysql + sqlite database visualisation tool]\n\n";
- print "usage:\n";
-- print " " . $argv[0] . " -f <sqldumpfile> [-r]\n";
-- print " ^--- 'redump' mode: generates a\n";
-- print " mysqldump command line to redump.\n";
-+ print " mysqlviz -f <sqldumpfile> [-r]\n";
-+ print " ^--- 'redump' mode: generates a\n";
-+ print " mysqldump command line to redump.\n";
- print "toolchain:\n";
- print " $ mysqldump -d db >db.sql # MySQL: -d = 'no data', only structure\n";
- print " - OR -\n";
- print " $ sqlite database.db .dump >db.sql # SQLite (also: 'sqlite3 ...')\n";
-- print " $ $argv[0] -f ./db.sql >./db.dot # 'dot' is a graphviz format.\n";
-+ print " $ mysqlviz -f ./db.sql >./db.dot # 'dot' is a graphviz format.\n";
- print " $ dot -Tpng db.dot >db.png # generate image with graphviz\n\n";
- print "notes:\n";
- print " if you do not have any foreign keys defined, relationships will be\n";