Added a basic help that includes some features that will be added later

pull/4/head
Matthew McGowan 12 years ago
parent ecfbee9e7a
commit 218872eee8

@ -28,7 +28,12 @@
# the inotify-tools (See https://github.com/rvoicilas/inotify-tools )
#
shelp () {
echo "usage: $0 target [-p remote [-b branch]]"
}
if [ -z $1 ]; then
shelp
exit
fi

Loading…
Cancel
Save