mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-04 13:33:15 +01:00
fix typos in batgrep help
This commit is contained in:
parent
895b4ee0ce
commit
c26f22c768
@ -47,7 +47,7 @@ Arguments:
|
||||
Path(s) to search
|
||||
|
||||
Options:
|
||||
-i, --ingore-case:
|
||||
-i, --ignore-case:
|
||||
Use case insensitive searching.
|
||||
|
||||
-s, --case-sensitive:
|
||||
@ -93,10 +93,10 @@ Options:
|
||||
--pager=[PAGER]:
|
||||
Specify the pager to use.
|
||||
|
||||
--terminal-wdith=[COLS]:
|
||||
--terminal-width=[COLS]:
|
||||
Generate output for the specified terminal width.
|
||||
|
||||
--no-seperator:
|
||||
--no-separator:
|
||||
Disable printing separator between files
|
||||
|
||||
Options passed directly to ripgrep:
|
||||
|
@ -13,7 +13,7 @@ Arguments:
|
||||
Path(s) to search
|
||||
|
||||
Options:
|
||||
-i, --ingore-case:
|
||||
-i, --ignore-case:
|
||||
Use case insensitive searching.
|
||||
|
||||
-s, --case-sensitive:
|
||||
@ -59,10 +59,10 @@ Options:
|
||||
--pager=[PAGER]:
|
||||
Specify the pager to use.
|
||||
|
||||
--terminal-wdith=[COLS]:
|
||||
--terminal-width=[COLS]:
|
||||
Generate output for the specified terminal width.
|
||||
|
||||
--no-seperator:
|
||||
--no-separator:
|
||||
Disable printing separator between files
|
||||
|
||||
Options passed directly to ripgrep:
|
||||
|
Loading…
Reference in New Issue
Block a user