From: Hugo Villeneuve Date: Mon, 20 Jan 2014 17:10:54 +0000 (-0500) Subject: Fix syntax error in help message X-Git-Url: http://gitweb.hugovil.com/?p=eda-utils.git;a=commitdiff_plain;h=5542b022166ccd1d9340dd3255455efb8a253b6f Fix syntax error in help message --- diff --git a/bomgen/bomgen.php b/bomgen/bomgen.php index b5b8c23..927abf0 100755 --- a/bomgen/bomgen.php +++ b/bomgen/bomgen.php @@ -68,7 +68,7 @@ function usage() echo "\n"; echo "Options:\n"; echo " -c Add cost information to the BOM\n"; - echo " -k Create digiley BOM submission file (tab-separated fields)\n"; + echo " -k Create digikey BOM submission file (tab-separated fields)\n"; echo " -h Display this help and exit\n"; }