vkernel - Add usage()
authorSamuel J. Greear <sjg@thesjg.com>
Fri, 10 Dec 2010 04:58:22 +0000 (04:58 +0000)
committerSamuel J. Greear <sjg@thesjg.com>
Fri, 10 Dec 2010 04:58:22 +0000 (04:58 +0000)
commit278c4e670b430ae79c054a05fbec9b4d70f1747f
tree03d19ac9d1306cc8f7f2b315ef4aa9b8002988f4
parent20e7dfee647b9f710312b3e5ad6f6cd4afe95c88
vkernel - Add usage()

* Adds a new argument -h, which prints extended usage information

* Prints typical usage information (same as manpage) when no arguments are
  specified or an invalid argument is given. Otherwise, error output is the
  same as before.

* Convert to sysexits(3)

Sponsored-By: Google Code-In
share/man/man7/vkernel.7
sys/platform/vkernel/platform/init.c
sys/platform/vkernel64/platform/init.c