From: Silvio Rhatto Date: Sat, 24 Feb 2018 17:22:23 +0000 (-0300) Subject: Usage fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=626a2e9becda7db3b783aadf39522b0dad2d5622;p=inception.git Usage fix --- diff --git a/infection b/infection index 271ce79..e7d514e 100755 --- a/infection +++ b/infection @@ -210,6 +210,6 @@ elif [ "$1" == "merge" ]; then infection_merge elif [ "$1" == "status" ]; then infection_status -else +elif [ "$1" != "init" ]; then infection_usage fi