From 4cc62a2f8a65cf4ca05920b014954d80c0ee8b99 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 27 Jun 2025 08:50:13 +0300 Subject: [PATCH] *: replace non-standard help page descriptions (#16982) --- pages/common/crystal.md | 2 +- pages/common/gh-issue-create.md | 2 +- pages/common/glab-alias.md | 8 ++++---- pages/common/meson.md | 2 +- pages/common/pixi.md | 2 +- pages/common/ts-node.md | 2 +- pages/common/upx.md | 2 +- pages/linux/proctl.md | 2 +- pages/linux/setxkbmap.md | 8 ++++---- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/common/crystal.md b/pages/common/crystal.md index 318403eaba..844ef142ff 100644 --- a/pages/common/crystal.md +++ b/pages/common/crystal.md @@ -31,6 +31,6 @@ `crystal init app {{application_name}}` -- Display all help options: +- Display help: `crystal help` diff --git a/pages/common/gh-issue-create.md b/pages/common/gh-issue-create.md index 9a90f6c48f..1b70011d44 100644 --- a/pages/common/gh-issue-create.md +++ b/pages/common/gh-issue-create.md @@ -27,6 +27,6 @@ `gh issue create {{[-w|--web]}}` -- Display the help: +- Display help: `gh issue create --help` diff --git a/pages/common/glab-alias.md b/pages/common/glab-alias.md index 0eab2b5bba..55335aa88e 100644 --- a/pages/common/glab-alias.md +++ b/pages/common/glab-alias.md @@ -3,10 +3,6 @@ > Manage GitLab CLI command aliases. > More information: . -- 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` diff --git a/pages/common/meson.md b/pages/common/meson.md index 9f3b5ad6fa..34f16cb15c 100644 --- a/pages/common/meson.md +++ b/pages/common/meson.md @@ -19,7 +19,7 @@ `meson test` -- Show the help: +- Display help: `meson {{[-h|--help]}}` diff --git a/pages/common/pixi.md b/pages/common/pixi.md index 1d65dde573..76cbeacbc0 100644 --- a/pages/common/pixi.md +++ b/pages/common/pixi.md @@ -23,7 +23,7 @@ `pixi task {{command}}` -- Print the help message: +- Display help: `pixi {{command}} --help` diff --git a/pages/common/ts-node.md b/pages/common/ts-node.md index a755ee7b9a..33423b2d43 100644 --- a/pages/common/ts-node.md +++ b/pages/common/ts-node.md @@ -23,6 +23,6 @@ `ts-node --transpile-only {{path/to/file.ts}}` -- Display TS-Node help: +- Display help: `ts-node --help` diff --git a/pages/common/upx.md b/pages/common/upx.md index 97d5e922e4..2c745a6583 100644 --- a/pages/common/upx.md +++ b/pages/common/upx.md @@ -11,6 +11,6 @@ `upx -d {{path/to/file}}` -- Detailed help: +- Display help: `upx --help` diff --git a/pages/linux/proctl.md b/pages/linux/proctl.md index 0ec691d2c0..5df0d7c97b 100644 --- a/pages/linux/proctl.md +++ b/pages/linux/proctl.md @@ -31,6 +31,6 @@ `proctl {{-R|-delete-license}} {{@license_name1 @license_name2 ...}}` -- Show this helpful list of commands: +- Display help: `proctl {{-h|-help}}` diff --git a/pages/linux/setxkbmap.md b/pages/linux/setxkbmap.md index 835f0564a6..7d64cc1be3 100644 --- a/pages/linux/setxkbmap.md +++ b/pages/linux/setxkbmap.md @@ -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`