.
[SXSI/xpathcomp.git] / options.ml
index ffa5fa7..ff4fdbe 100644 (file)
@@ -7,7 +7,7 @@ let input_file = ref ""
 let output_file = ref None
 let save_file = ref ""
 
-let usage_msg = Printf.sprintf "%s <input.xml> 'query' [output]" Sys.argv.(0)
+let usage_msg = Printf.sprintf "%s <input.{xml|srx}> 'query' [output]" Sys.argv.(0)
 
 
 let pos = ref 0