X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/86e132be99dcdbf2271119267cea6b91eb8207c3..314ce7bdcb5f54a7d1763e8b6d405dc66cb65d2b:/src/main-admin.sml diff --git a/src/main-admin.sml b/src/main-admin.sml index 201456e..459db6d 100644 --- a/src/main-admin.sml +++ b/src/main-admin.sml @@ -55,6 +55,7 @@ val _ = | ["tpe", node, uname] => OS.Process.exit (Main.requestTrustedPath {node = node, uname = uname}) | ["sockperm", node, uname] => OS.Process.exit (Main.requestSocketPerm {node = node, uname = uname}) | ["firewall", node, uname] => OS.Process.exit (Main.requestFirewall {node = node, uname = uname}) + | ["describe", dom] => Main.requestDescribe dom | _ => (print "Invalid command-line arguments\n"; print "See the documentation: http://wiki.hcoop.net/wiki/DomTool/AdminProcedures\n")) handle OpenSSL.OpenSSL s => print ("OpenSSL exception: " ^ s ^ "\n")