Pointer to domtool-admin wiki docs
authorAdam Chlipala <adamc@hcoop.net>
Sat, 23 Jun 2007 19:37:42 +0000 (19:37 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sat, 23 Jun 2007 19:37:42 +0000 (19:37 +0000)
src/main-admin.sml

index 3e23264..0af7088 100644 (file)
@@ -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")