Skip to content

Commit 045ea33

Browse files
committed
more help
1 parent 94882c1 commit 045ea33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ func getParams() (source iface.ReadSeekerCloser, offsetViewer []reader.OffsetFor
108108
_, _ = fmt.Fprintln(os.Stdout, ` - Offset formatters:`)
109109
_, _ = fmt.Fprintln(os.Stdout, ` - Disable formatter output with 'no' or ''`)
110110
_, _ = fmt.Fprintln(os.Stdout, ` - 'humiec' (IEC: 1024 B) and 'humsi' (SI: 1000 B) displays offset in human form (n KiB/KB)`)
111+
_, _ = fmt.Fprintln(os.Stdout, ` - Formatters:`)
112+
_, _ = fmt.Fprintln(os.Stdout, ` - 'blk' can be used to print simple color blocks which helps to visualize where data vs. human readable strings are`)
111113
_, _ = fmt.Fprintln(os.Stdout)
112114
_, _ = fmt.Fprintln(os.Stdout, `EXAMPLES:`)
113115
_, _ = fmt.Fprintln(os.Stdout, ` heksa -f hex,asc,bit foo.dat`)

0 commit comments

Comments
 (0)