From b4f1701943d9a8628d9b30ecf34a7d4687b60b00 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 22 Apr 2012 20:56:37 -0400 Subject: inFormat as CLI flag --- formats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats.go') diff --git a/formats.go b/formats.go index e7f1f8b..8401bc6 100644 --- a/formats.go +++ b/formats.go @@ -60,7 +60,7 @@ func DumpBomAsCSV(b *Bom, out io.Writer) { defer dumper.Flush() // "by line item" dumper.Write([]string{"qty", - "symbols", + "elements", "manufacturer", "mpn", "function", -- cgit v1.2.3