1
0
Fork 0
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:
Managor 2025-06-27 08:50:13 +03:00 committed by GitHub
parent 867feb9e6b
commit 4cc62a2f8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 15 additions and 15 deletions

View file

@ -31,6 +31,6 @@
`crystal init app {{application_name}}`
- Display all help options:
- Display help:
`crystal help`

View file

@ -27,6 +27,6 @@
`gh issue create {{[-w|--web]}}`
- Display the help:
- Display help:
`gh issue create --help`

View file

@ -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`

View file

@ -19,7 +19,7 @@
`meson test`
- Show the help:
- Display help:
`meson {{[-h|--help]}}`

View file

@ -23,7 +23,7 @@
`pixi task {{command}}`
- Print the help message:
- Display help:
`pixi {{command}} --help`

View file

@ -23,6 +23,6 @@
`ts-node --transpile-only {{path/to/file.ts}}`
- Display TS-Node help:
- Display help:
`ts-node --help`

View file

@ -11,6 +11,6 @@
`upx -d {{path/to/file}}`
- Detailed help:
- Display help:
`upx --help`

View file

@ -31,6 +31,6 @@
`proctl {{-R|-delete-license}} {{@license_name1 @license_name2 ...}}`
- Show this helpful list of commands:
- Display help:
`proctl {{-h|-help}}`

View file

@ -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`