More help text on sim.bz

master
JD Cantrell 6 years ago
parent 69913f200d
commit 142095ee57

@ -132,12 +132,18 @@ while [[ $# -gt 0 ]]; do
shift
;;
-h|--help)
echo "Usage:"
echo " sim.bz -- print sim.bz link for current directory"
echo " sim.bz -i -- show link using internal ip addresses"
echo " sim.bz -x -- show link using external ip address"
echo " sim.bz -a -- show link for all addresses"
echo " sim.bz -r -- remove link for current directory"
echo "Usage: sim.bz [-i | -x | -a | -r ] [subdomain]"
echo " Creates sym links in $SYM_LINK_DIR for use with sim.bz dev domain"
echo " If sym link already exists it will print out the url for the"
echo " current directory."
echo " For setup see: http://goodrobot.sim.bz/posts/local-dev.html"
echo "Options:"
echo " subdomain : the string to use for linking to this directory."
echo " Defaults to current directory"
echo " -i : show link using internal ip addresses"
echo " -x : show link using external ip address"
echo " -a : show link for all addresses"
echo " -r : remove link for current directory"
exit 0
;;
*)

Loading…
Cancel
Save