Commit c412eb17 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-status: improve help

parent 34cc0681
......@@ -178,9 +178,12 @@ epm_status()
epm_status_installable "$@"
return
;;
*)
-*)
fatal "Unknown option $option, use epm status --help to get info"
;;
*)
fatal "No option before $option, use epm status --help to get info"
;;
esac
epm_status_help >&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment