*
* Use 'copy_host --help' for usage.
*
- * $Id: copy_host.ml,v 1.2 2006/09/11 09:58:43 rich Exp $
+ * $Id: copy_host.ml,v 1.3 2006/09/11 10:01:07 rich Exp $
*)
open Printf
let dcanonical_hostname, dhostnames =
match dhost with
| [] -> scanonical_hostname, shostnames
- | x :: xs -> x, xs in
+ | x :: xs -> x, (x :: xs) in
print_endline "Create new host ...";