diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-02-24 14:22:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-02-24 14:22:23 -0300 |
commit | 626a2e9becda7db3b783aadf39522b0dad2d5622 (patch) | |
tree | 2e3ec92838fe3a81d5c590e0ac72bab124d6085f | |
parent | ff742599329fe20be550d3e42276e7e46ed7d64c (diff) | |
download | inception-626a2e9becda7db3b783aadf39522b0dad2d5622.tar.gz inception-626a2e9becda7db3b783aadf39522b0dad2d5622.tar.bz2 |
Usage fix
-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 |