mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 10:35:23 +02:00
*: replace non-standard help page descriptions (#16982)
This commit is contained in:
parent
867feb9e6b
commit
4cc62a2f8a
9 changed files with 15 additions and 15 deletions
|
@ -31,6 +31,6 @@
|
|||
|
||||
`crystal init app {{application_name}}`
|
||||
|
||||
- Display all help options:
|
||||
- Display help:
|
||||
|
||||
`crystal help`
|
||||
|
|
|
@ -27,6 +27,6 @@
|
|||
|
||||
`gh issue create {{[-w|--web]}}`
|
||||
|
||||
- Display the help:
|
||||
- Display help:
|
||||
|
||||
`gh issue create --help`
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
> Manage GitLab CLI command aliases.
|
||||
> More information: <https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/alias/index.md>.
|
||||
|
||||
- Display the subcommand help:
|
||||
|
||||
`glab alias`
|
||||
|
||||
- List all the aliases `glab` is configured to use:
|
||||
|
||||
`glab alias list`
|
||||
|
@ -22,3 +18,7 @@
|
|||
- Delete a command shortcut:
|
||||
|
||||
`glab alias delete {{alias_name}}`
|
||||
|
||||
- Display the subcommand help:
|
||||
|
||||
`glab alias`
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
`meson test`
|
||||
|
||||
- Show the help:
|
||||
- Display help:
|
||||
|
||||
`meson {{[-h|--help]}}`
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
`pixi task {{command}}`
|
||||
|
||||
- Print the help message:
|
||||
- Display help:
|
||||
|
||||
`pixi {{command}} --help`
|
||||
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
|
||||
`ts-node --transpile-only {{path/to/file.ts}}`
|
||||
|
||||
- Display TS-Node help:
|
||||
- Display help:
|
||||
|
||||
`ts-node --help`
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
|
||||
`upx -d {{path/to/file}}`
|
||||
|
||||
- Detailed help:
|
||||
- Display help:
|
||||
|
||||
`upx --help`
|
||||
|
|
|
@ -31,6 +31,6 @@
|
|||
|
||||
`proctl {{-R|-delete-license}} {{@license_name1 @license_name2 ...}}`
|
||||
|
||||
- Show this helpful list of commands:
|
||||
- Display help:
|
||||
|
||||
`proctl {{-h|-help}}`
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
|
||||
`setxkbmap -layout {{us,de}} -variant {{,qwerty}} -option {{'grp:alt_caps_toggle'}}`
|
||||
|
||||
- Get help:
|
||||
|
||||
`setxkbmap -help`
|
||||
|
||||
- List all layouts:
|
||||
|
||||
`localectl list-x11-keymap-layouts`
|
||||
|
@ -26,3 +22,7 @@
|
|||
- List available switching options:
|
||||
|
||||
`localectl list-x11-keymap-options | grep grp:`
|
||||
|
||||
- Display help:
|
||||
|
||||
`setxkbmap -help`
|
||||
|
|
Loading…
Add table
Reference in a new issue