ozeigermann 2004/07/06 05:47:30
Modified: webdavclient/commandline/src/java/org/apache/webdav/cmd
Client.java
Log:
Added new command to the help output
Revision Changes Path
1.19 +6 -3
jakarta-slide/webdavclient/commandline/src/java/org/apache/webdav/cmd/Client.java
Index: Client.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/webdavclient/commandline/src/java/org/apache/webdav/cmd/Client.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Client.java 6 Jul 2004 12:43:51 -0000 1.18
+++ Client.java 6 Jul 2004 12:47:30 -0000 1.19
@@ -1814,6 +1814,9 @@
"Make new workspace");
out.println(" update path target " +
"Update a resource identified by path to version identified by target");
+ out.println(" begin starts a new transaction
(only if server supports this)");
+ out.println(" commit commits the transaction
started by begin (only if server supports this)");
+ out.println(" abort aborts and rolls back the
transaction started by begin (only if server supports this)");
out.println
("Aliases: help=?, open=connect, ls=dir, pwc=pwd, cc=cd, " +
"lls=ldir, copy=cp,\n move=mv, delete=del=rm, mkcol=mkdir, " +
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]