Skip to content

Commit

Permalink
added alias
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Jan 2, 2020
1 parent 4d5f93f commit 671c925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func getParams() (source iface.ReadSeekerCloser, displays []iface.CharacterForma
)

argHeader := opt.Bool(`header`, false,
opt.Alias(`H`),
opt.Description(`Show offset header`),
)

Expand Down

0 comments on commit 671c925

Please sign in to comment.