projects
/
eda-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343c460
)
Fix syntax error in help message
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 20 Jan 2014 17:10:54 +0000
(12:10 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 24 Jan 2014 03:54:32 +0000
(22:54 -0500)
bomgen/bomgen.php
patch
|
blob
|
history
diff --git
a/bomgen/bomgen.php
b/bomgen/bomgen.php
index
b5b8c23
..
927abf0
100755
(executable)
--- 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 digi
l
ey BOM submission file (tab-separated fields)\n";
+ echo " -k Create digi
k
ey BOM submission file (tab-separated fields)\n";
echo " -h Display this help and exit\n";
}