Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
Signed-off-by: hahwul <[email protected]>
  • Loading branch information
hahwul committed Oct 13, 2021
1 parent 93749ac commit 73673a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
debugOption := flag.Bool("debug", false, "Show debug message!")
reverseOption := flag.Bool("reverse", false, "Reverse string in line")
uniqOption := flag.Bool("uniq", false, "Remove duplicated line")
injectOption := flag.String("inject", "", "Inject stdin into the format of the factor value (This is %%INJECT%% line!)")
injectOption := flag.String("inject", "", "Inject stdin into the format of the factor value (e.g: -inject='This is %%INJECT%% line!')")
withLCOption := flag.Bool("with-lc", false, "With letters count (colorize magenta)")

// Custom usage
Expand Down

0 comments on commit 73673a2

Please sign in to comment.