mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 21:35:22 +02:00
*: add missing square brackets (#17111)
This commit is contained in:
parent
5dfe1171c2
commit
6b4ccdfb98
7 changed files with 16 additions and 16 deletions
|
@ -34,4 +34,4 @@
|
|||
|
||||
- Show the amount spent on food from the `assets:cash` account:
|
||||
|
||||
`hledger print assets:cash | hledger {{-f|--file}} - {{[-I|--ignore-assertions]}} aregister expenses:food`
|
||||
`hledger print assets:cash | hledger {{[-f|--file]}} - {{[-I|--ignore-assertions]}} aregister expenses:food`
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
|
||||
- Display help:
|
||||
|
||||
`lsar {{-h|--help}}`
|
||||
`lsar {{[-h|--help]}}`
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
|
||||
- List all listening ports:
|
||||
|
||||
`netstat {{-l|--listening]}}`
|
||||
`netstat {{[-l|--listening]]}}`
|
||||
|
||||
- List listening TCP ports:
|
||||
|
||||
`netstat {{-t|--tcp]}}`
|
||||
`netstat {{[-t|--tcp]]}}`
|
||||
|
||||
- Display PID and program names:
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
|
||||
- Show extra debugging output:
|
||||
|
||||
`zapier analytics {{[-m|--mode]}} {{enabled|anonymous|disabled}} {{-d|--debug}}`
|
||||
`zapier analytics {{[-m|--mode]}} {{enabled|anonymous|disabled}} {{[-d|--debug]}}`
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- List all genres:
|
||||
|
||||
`id3v2 {{-L|--list-genres}}`
|
||||
`id3v2 {{[-L|--list-genres]}}`
|
||||
|
||||
- List all tags of specific files:
|
||||
|
||||
|
|
|
@ -5,32 +5,32 @@
|
|||
|
||||
- List available licenses:
|
||||
|
||||
`proctl {{-ll|-list-licenses}}`
|
||||
`proctl {{[-ll|-list-licenses]}}`
|
||||
|
||||
- List available languages:
|
||||
|
||||
`proctl {{-lL|-list-languages}}`
|
||||
`proctl {{[-lL|-list-languages]}}`
|
||||
|
||||
- Pick a license in a FZF menu:
|
||||
|
||||
`proctl {{-pl|-pick-license}}`
|
||||
`proctl {{[-pl|-pick-license]}}`
|
||||
|
||||
- Pick a language in a FZF menu:
|
||||
|
||||
`proctl {{-pL|-pick-language}}`
|
||||
`proctl {{[-pL|-pick-language]}}`
|
||||
|
||||
- Remove all licenses from the current project:
|
||||
|
||||
`proctl {{-r|-remove-license}}`
|
||||
`proctl {{[-r|-remove-license]}}`
|
||||
|
||||
- Create a new license template:
|
||||
|
||||
`proctl {{-t|-new-template}}`
|
||||
`proctl {{[-t|-new-template]}}`
|
||||
|
||||
- Delete a license from templates:
|
||||
|
||||
`proctl {{-R|-delete-license}} {{@license_name1 @license_name2 ...}}`
|
||||
`proctl {{[-R|-delete-license]}} {{@license_name1 @license_name2 ...}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`proctl {{-h|-help}}`
|
||||
`proctl {{[-h|-help]}}`
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- Set or unset a SELinux boolean. Booleans allow the administrator to customize how policy rules affect confined process types (a.k.a domains):
|
||||
|
||||
`sudo semanage boolean {{[-m|--modify]}} {{-1|--on|-0|--off}} {{haproxy_connect_any}}`
|
||||
`sudo semanage boolean {{[-m|--modify]}} {{--on|--off}} {{haproxy_connect_any}}`
|
||||
|
||||
- Add a user-defined file context labeling rule. File contexts define what files confined domains are allowed to access:
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
- Set or unset permissive mode for a confined domain. Per-domain permissive mode allows more granular control compared to `setenforce`:
|
||||
|
||||
`sudo semanage permissive {{-a|--add|-d|--delete}} {{httpd_t}}`
|
||||
`sudo semanage permissive {{--add|--delete}} {{httpd_t}}`
|
||||
|
||||
- Output local customizations in the default store:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue