X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=nogit;h=3b4c40c51a0bcdc85e2ce3e27f15ab5205f5a6e9;hb=0d90c4ef1abc1382c85243bb59db435bdb5770e7;hp=212ca33094e7c0af1f4fac7070747dab96f2a14c;hpb=799687bcb9c7d6bc66b0dfd8b84fdb0942a30c13;p=nogit 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 ""