]> Untitled Git - eda-utils.git/commitdiff
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 b5b8c23cacc06a787a273d591f72203e8bdfb0e7..927abf08d04132e8c5de553f220cf9046ef74a5c 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";
 }