From a469edc9d2225c0f96546fbc45049ebfcc9228ad Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 6 Jul 2005 15:23:46 +0000 Subject: [PATCH] help string in sync with available commands --- helm/ocaml/getter/http_getter_const.ml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/helm/ocaml/getter/http_getter_const.ml b/helm/ocaml/getter/http_getter_const.ml index b9b0ce7a7..00fff4f37 100644 --- a/helm/ocaml/getter/http_getter_const.ml +++ b/helm/ocaml/getter/http_getter_const.ml @@ -58,12 +58,6 @@ let usage_string configuration =

getxml?uri=URI[&format=(normal|gz)][&patch_dtd=(yes|no)]

-

- register?uri=URI&url=URL
-

-

- unregister?uri=URI&url=URL
-

resolve?uri=URI

@@ -73,15 +67,6 @@ let usage_string configuration =

getxslt?uri=URI[&patch_dtd=(yes|no)]

-

- list_servers
-

-

- add_server?url=URL&position=POSITION
-

-

- remove_server?position=POSITION
-

update

@@ -91,6 +76,9 @@ let usage_string configuration =

ls?baseuri=regexp&format=(txt|xml)

+

+ getalluris?format=(txt|xml)
+

getempty

-- 2.39.2