From: Adam Chlipala Date: Sat, 23 Jun 2007 19:37:42 +0000 (+0000) Subject: Pointer to domtool-admin wiki docs X-Git-Tag: release_2010-11-19~188 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/072f12c82089f091932e1e14421986214c93007d?hp=0c85f25e773621daeb1b4ecff989dfbb602a8918 Pointer to domtool-admin wiki docs --- diff --git a/src/main-admin.sml b/src/main-admin.sml index 3e23264..0af7088 100644 --- a/src/main-admin.sml +++ b/src/main-admin.sml @@ -55,4 +55,5 @@ 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}) - | _ => print "Invalid command-line arguments\n" + | _ => (print "Invalid command-line arguments\n"; + print "See the documentation: http://wiki.hcoop.net/wiki/DomTool/AdminProcedures\n")