1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: Correct statements on implemented access methods.
Contrary to what the built-in help text says, the methods COPY
and MOVE are functional.
Author: Mats Erik Andersson <debian@gisladisker.se>
Forwarded: no
Last-Update: 2010-04-08
--- nd-0.8.2.debian/main.c
+++ nd-0.8.2/main.c
@@ -94,7 +94,7 @@ Getopt (argc, argv, fmt)
usage: %s [options] url\n\
if no option, GET url.\n\
-c dest_url\n\
- COPY url to the dest_url. (Not implemented yet)\n\
+ COPY url to the dest_url.\n\
-v\n\
View property information of url by PROPFIND.\n\
With -g option, only the specified property is displayed.\n\
@@ -123,7 +123,7 @@ usage: %s [options] url\n\
-k\n\
MKCOL url.\n\
-m dest_url\n\
- MOVE url to the dest_url. (Not implemented yet)\n\
+ MOVE url to the dest_url.\n\
-o owner\n\
Specify lock owner. Default is USER environment variable.\n\
-r\n\
|