mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 05:35:41 +02:00
*: unify apostrophes (#17329)
This commit is contained in:
parent
b182bddb18
commit
dc7548e932
13 changed files with 14 additions and 14 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
`cargo bench --no-fail-fast`
|
||||
|
||||
- Compile, but don’t run benchmarks:
|
||||
- Compile, but don't run benchmarks:
|
||||
|
||||
`cargo bench --no-run`
|
||||
|
||||
|
@ -31,6 +31,6 @@
|
|||
|
||||
`cargo bench --bins`
|
||||
|
||||
- Benchmark the package’s library:
|
||||
- Benchmark the package's library:
|
||||
|
||||
`cargo bench --lib`
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`cargo fix --edition`
|
||||
|
||||
- Fix the package’s library:
|
||||
- Fix the package's library:
|
||||
|
||||
`cargo fix --lib`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# django-admin
|
||||
|
||||
> Django’s utility for administrative tasks.
|
||||
> Django's utility for administrative tasks.
|
||||
> More information: <https://docs.djangoproject.com/en/stable/ref/django-admin/>.
|
||||
|
||||
- Create a new Django project:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# docker commit
|
||||
|
||||
> Create a new image from a container’s changes.
|
||||
> Create a new image from a container's changes.
|
||||
> More information: <https://docs.docker.com/reference/cli/docker/container/commit/>.
|
||||
|
||||
- Create an image from a specific container:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# doctl databases sql-mode
|
||||
|
||||
> View and configure a MySQL database cluster’s global SQL modes.
|
||||
> View and configure a MySQL database cluster's global SQL modes.
|
||||
> More information: <https://docs.digitalocean.com/reference/doctl/reference/databases/sql-mode/>.
|
||||
|
||||
- Run a `doctl databases sql-mode` command with an access token:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Build a tree object using `ls-tree` formatted text.
|
||||
> More information: <https://git-scm.com/docs/git-mktree>.
|
||||
|
||||
- Build a tree object and verify that each tree entry’s hash identifies an existing object:
|
||||
- Build a tree object and verify that each tree entry's hash identifies an existing object:
|
||||
|
||||
`git mktree`
|
||||
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
|
||||
`git replace {{[-d|--delete]}} {{object}}`
|
||||
|
||||
- Edit an object’s content interactively:
|
||||
- Edit an object's content interactively:
|
||||
|
||||
`git replace --edit {{object}}`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# home-manager
|
||||
|
||||
> Manage a per-user environment using Nix, allowing declarative configuration of the user’s home.
|
||||
> Manage a per-user environment using Nix, allowing declarative configuration of the user's home.
|
||||
> More information: <https://github.com/nix-community/home-manager>.
|
||||
|
||||
- Build the configuration defined in `~/.config/nixpkgs/home.nix` without applying it:
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`ipcs -b`
|
||||
|
||||
- Show [c]reator’s user name and group name for all IPC facilities:
|
||||
- Show [c]reator's user name and group name for all IPC facilities:
|
||||
|
||||
`ipcs -c`
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
> Reports vulnerabilities and suggests remediation.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-audit>.
|
||||
|
||||
- Scan the project’s dependencies for known vulnerabilities:
|
||||
- Scan the project's dependencies for known vulnerabilities:
|
||||
|
||||
`npm audit`
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
`secretsdump.py -hashes {{LM_Hash}}:{{NT_Hash}} {{domain}}/{{username}}@{{target}}`
|
||||
|
||||
- Dump credentials from Active Directory’s NTDS.dit file:
|
||||
- Dump credentials from Active Directory's NTDS.dit file:
|
||||
|
||||
`secretsdump.py -just-dc {{domain}}/{{username}}:{{password}}@{{target}}`
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`zgrep {{[-c|--count]}} {{pattern}} {{path/to/compressed/file}}`
|
||||
|
||||
- Display the lines which don’t have the pattern present (Invert the search function):
|
||||
- Display the lines which don't have the pattern present (Invert the search function):
|
||||
|
||||
`zgrep {{[-v|--invert-match]}} {{pattern}} {{path/to/compressed/file}}`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# wireplumber
|
||||
|
||||
> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire’s API.
|
||||
> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API.
|
||||
> See also: `wpctl`, `pipewire`.
|
||||
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/>.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue