tig, bcachefs-device, st,vgcfgrestore, vswhere, cl: adhere to the style guide (#22005)

This commit is contained in:
Managor
2026-04-16 12:23:52 +07:00
committed by GitHub
parent 9e86b88e3b
commit 48e40f6b63
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
`tig {{base_ref}}..{{compared_ref}}`
- Browse git blame interactively (press `<,>` to jump to parent):
- Browse `git blame` interactively (press `<,>` to jump to parent):
`tig blame {{path/to/file}}`
+1 -1
View File
@@ -3,7 +3,7 @@
> Manage devices within a running `bcachefs` filesystem.
> More information: <https://bcachefs-docs.readthedocs.io/en/latest/mgmt-devicemanagement.html>.
- Format and add a new device to an existing filesystem.:
- Format and add a new device to an existing filesystem:
`sudo bcachefs device add --label {{group}}.{{name}} {{path/to/mountpoint}} {{path/to/device}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# st
> `st` can refer to multiple commands.
> `st` can refer to multiple commands with the same name.
- View documentation for the terminal emulator:
+1 -1
View File
@@ -3,7 +3,7 @@
> Restore volume group configuration (not user data) from a text back up file produced by `vgcfgbackup`.
> More information: <https://manned.org/vgcfgrestore>.
- Restore VG metadata from last backup.:
- Restore VG metadata from last backup:
`sudo vgcfgrestore {{vg_name}}`
+1 -1
View File
@@ -25,7 +25,7 @@
- Specify the output directory for compiled files:
`cl /Fo {{path\to\output_directory}}/ {{path\to\source.c}}`
`cl /Fo {{path\to\output_directory}}\ {{path\to\source.c}}`
- Compile with warnings as errors:
+1 -1
View File
@@ -3,7 +3,7 @@
> Locate Visual Studio 2017 and newer installations.
> More information: <https://github.com/microsoft/vswhere>.
- Find the path of vcvarsall.bat to set environment variables:
- Find the path of `vcvarsall.bat` to set environment variables:
`vswhere -products * -latest -prerelease -find **\VC\Auxiliary\Build\vcvarsall.bat`