File: 55_update_method_help.diff

package info (click to toggle)
nd 0.8.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: ansic: 7,810; sh: 717; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (5)
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\