X-Git-Url: https://git.cworth.org/git?p=nogit;a=blobdiff_plain;f=nogit;h=3b4c40c51a0bcdc85e2ce3e27f15ab5205f5a6e9;hp=212ca33094e7c0af1f4fac7070747dab96f2a14c;hb=0d90c4ef1abc1382c85243bb59db435bdb5770e7;hpb=6de1726aa2de1458b84f57fe4fd5ba52e8e7c256 diff --git a/nogit b/nogit index 212ca33..3b4c40c 100755 --- a/nogit +++ b/nogit @@ -132,14 +132,14 @@ case "$cmd" in false; fi nogit_clone "$2" - ;; + ;; sync) nogit_sync - ;; + ;; help) usage true - ;; + ;; *) echo "Error: Unknown command: $cmd" >&2 echo ""