diff --git a/iocsh b/iocsh index dd43f1e..f688e00 100755 --- a/iocsh +++ b/iocsh @@ -131,6 +131,12 @@ do ( -dp ) LOADER="perf record $LOADER" ;; + ( -h | "-?" | -help | --help ) + help + ;; + ( -v | -ver | --ver | -version | --version ) + version + ;; ( * ) break ;; esac