Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

type Options struct {
BinarySkip bool `long:"binary-skip" description:"skip files that seem to be binary"`
BinarySkip bool `short:"b" long:"binary-skip" description:"skip files that seem to be binary"`
BinaryAsText bool `short:"a" long:"binary-text" description:"process files that seem to be binary as text"`
Blocksize string `long:"blocksize" description:"blocksize in bytes (with optional suffix K|M)"`
Color string
Expand Down