Fix syntax error in help message
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 20 Jan 2014 17:10:54 +0000 (12:10 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 24 Jan 2014 03:54:32 +0000 (22:54 -0500)
bomgen/bomgen.php

index b5b8c23..927abf0 100755 (executable)
@@ -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";
 }