Commit 84687667 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: print about unknown options

parent dff95091
......@@ -461,6 +461,9 @@ while [ -n "$1" ] ; do
-O-)
TARGETFILE="-"
;;
-*)
fatal "Unknown option '$1', check eget --help."
;;
*)
break
;;
......
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