diff options
-rwxr-xr-x | infection | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,6 +210,6 @@ elif [ "$1" == "merge" ]; then infection_merge elif [ "$1" == "status" ]; then infection_status -else +elif [ "$1" != "init" ]; then infection_usage fi |