Revision: 6318
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6318&view=rev
Author: manningr
Date: 2011-07-27 22:21:46 +0000 (Wed, 27 Jul 2011)
Log Message:
-----------
New documentation for cli. Not complete.
Modified Paths:
--------------
trunk/sql12/plugins/dbcopy/src/main/resources/doc/readme.html
Added Paths:
-----------
trunk/sql12/plugins/dbcopy/src/main/resources/doc/command-line.html
Added: trunk/sql12/plugins/dbcopy/src/main/resources/doc/command-line.html
===================================================================
--- trunk/sql12/plugins/dbcopy/src/main/resources/doc/command-line.html (rev 0)
+++ trunk/sql12/plugins/dbcopy/src/main/resources/doc/command-line.html 2011-07-27 22:21:46 UTC (rev 6318)
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>Command-line Usage</title>
+</head>
+
+<body>
+As of version 1.15 of the DBCopy Plugin, a new command-line interface is available for
+copying tables. This can be useful for scripts in cases where copying is to be done
+in an automated way without a user present.
+
+
+
+</body>
+
+
+</html>
\ No newline at end of file
Modified: trunk/sql12/plugins/dbcopy/src/main/resources/doc/readme.html
===================================================================
--- trunk/sql12/plugins/dbcopy/src/main/resources/doc/readme.html 2011-07-27 22:21:11 UTC (rev 6317)
+++ trunk/sql12/plugins/dbcopy/src/main/resources/doc/readme.html 2011-07-27 22:21:46 UTC (rev 6318)
@@ -9,8 +9,15 @@
</HEAD>
<BODY LANG="en-US" DIR="LTR">
<P><B>DB Copy Plugin Help</B></P>
-<a href="./usage.html">Usage</a>
<p>
-<a href="./preferences.html">Configuration</a>
+ <a href="./preferences.html">Configuration</a>
+</p>
+<p>
+ <a href="./usage.html">Usage in SQuirreL</a>
+</p>
+<p>
+ <a href="./commandline.html">Command-line Usage</a>
+</p>
+
</BODY>
</HTML>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|