aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-02-24 14:22:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-02-24 14:22:23 -0300
commit626a2e9becda7db3b783aadf39522b0dad2d5622 (patch)
tree2e3ec92838fe3a81d5c590e0ac72bab124d6085f
parentff742599329fe20be550d3e42276e7e46ed7d64c (diff)
downloadinception-626a2e9becda7db3b783aadf39522b0dad2d5622.tar.gz
inception-626a2e9becda7db3b783aadf39522b0dad2d5622.tar.bz2
Usage fix
-rwxr-xr-xinfection2
1 files changed, 1 insertions, 1 deletions
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