mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
tig, bcachefs-device, st,vgcfgrestore, vswhere, cl: adhere to the style guide (#22005)
This commit is contained in:
+1
-1
@@ -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}}`
|
||||
|
||||
|
||||
@@ -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
@@ -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:
|
||||
|
||||
|
||||
@@ -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
@@ -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:
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user