From 90abc2640d46221c1640c26d32afb44bb91257ce Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Wed, 5 Nov 2014 17:49:53 +0000 Subject: [PATCH] update the -h help text --- urchin | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/urchin b/urchin index 099f43c..e819e46 100755 --- a/urchin +++ b/urchin @@ -105,10 +105,8 @@ urchin_help() { echo '-x Run "$TEST_SHELL", falling back on /bin/sh. This might be' echo ' useful in the shebang line (experimental).' echo '-h This help.' - # echo - # echo '--xsd Output xUnit XML schema for an integration server.' echo - echo 'Go to https://github.com/scraperwiki/urchin for documentation on writing tests.' + echo 'Go to https://github.com/tlevine/urchin for documentation on writing tests.' echo }