summaryrefslogtreecommitdiffstats
path: root/openlmi-mof-register
diff options
context:
space:
mode:
Diffstat (limited to 'openlmi-mof-register')
-rwxr-xr-xopenlmi-mof-register4
1 files changed, 4 insertions, 0 deletions
diff --git a/openlmi-mof-register b/openlmi-mof-register
index 67f1d61..d327a1e 100755
--- a/openlmi-mof-register
+++ b/openlmi-mof-register
@@ -150,6 +150,10 @@ while getopts "$optspec" optchar; do
just-mofs)
JUST_MOFS=1
;;
+ help)
+ usage;
+ exit 0;
+ ;;
*)
if [ "$OPTERR" != 1 ] || [ "${optspec:0:1}" = ":" ]; then
echo "Unknown option --${OPTARG}" >&2