mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
expand: fix short option -t
argument separator (#12493)
`expand` doesn't accept the equals sign '=' as a separator between the short option `-t` and its arguments. Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
This commit is contained in:
parent
92b0c3bde7
commit
e2fbf4d5fd
2 changed files with 4 additions and 4 deletions
|
@ -17,8 +17,8 @@
|
|||
|
||||
- Sostituisci i tab con un determinato numero di spazi, non 8 (default):
|
||||
|
||||
`expand -t={{numero_spazi}} {{file}}`
|
||||
`expand -t {{numero_spazi}} {{file}}`
|
||||
|
||||
- Utilizza una lista separata da virgole di posizioni esplicite di tab:
|
||||
|
||||
`expand -t={{1,4,6}}`
|
||||
`expand -t {{1,4,6}}`
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
|
||||
- Have tabs a certain number of characters apart, not 8:
|
||||
|
||||
`expand -t={{number}} {{path/to/file}}`
|
||||
`expand -t {{number}} {{path/to/file}}`
|
||||
|
||||
- Use a comma separated list of explicit tab positions:
|
||||
|
||||
`expand -t={{1,4,6}}`
|
||||
`expand -t {{1,4,6}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue