mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
style-guide: fix typo in Option syntax (#9603)
This commit is contained in:
parent
c8b996e92c
commit
3a540d3b3f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Example:
|
|||
|
||||
## Option syntax
|
||||
|
||||
- Use GNU-style **long options** (like `--help` rather than `-h`) when they are cross-platform compatible (available on multiple platforms where a command is intended to work among `android`, `linux`, `osx`, `sunos`, `windows`).
|
||||
- Use GNU-style **long options** (like `--help` rather than `-h`) when they are cross-platform compatible (intended to work the same across multiple platforms).
|
||||
- In other cases use short options (like `-h`).
|
||||
|
||||
## Token syntax
|
||||
|
|
Loading…
Add table
Reference in a new issue