1
0
Fork 0
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:
Managor 2025-07-23 19:08:23 +03:00 committed by GitHub
parent b182bddb18
commit dc7548e932
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 14 additions and 14 deletions

View file

@ -11,7 +11,7 @@
`cargo bench --no-fail-fast` `cargo bench --no-fail-fast`
- Compile, but dont run benchmarks: - Compile, but don't run benchmarks:
`cargo bench --no-run` `cargo bench --no-run`
@ -31,6 +31,6 @@
`cargo bench --bins` `cargo bench --bins`
- Benchmark the packages library: - Benchmark the package's library:
`cargo bench --lib` `cargo bench --lib`

View file

@ -15,7 +15,7 @@
`cargo fix --edition` `cargo fix --edition`
- Fix the packages library: - Fix the package's library:
`cargo fix --lib` `cargo fix --lib`

View file

@ -1,6 +1,6 @@
# django-admin # django-admin
> Djangos utility for administrative tasks. > Django's utility for administrative tasks.
> More information: <https://docs.djangoproject.com/en/stable/ref/django-admin/>. > More information: <https://docs.djangoproject.com/en/stable/ref/django-admin/>.
- Create a new Django project: - Create a new Django project:

View file

@ -1,6 +1,6 @@
# docker commit # docker commit
> Create a new image from a containers changes. > Create a new image from a container's changes.
> More information: <https://docs.docker.com/reference/cli/docker/container/commit/>. > More information: <https://docs.docker.com/reference/cli/docker/container/commit/>.
- Create an image from a specific container: - Create an image from a specific container:

View file

@ -1,6 +1,6 @@
# doctl databases sql-mode # doctl databases sql-mode
> View and configure a MySQL database clusters 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/>. > More information: <https://docs.digitalocean.com/reference/doctl/reference/databases/sql-mode/>.
- Run a `doctl databases sql-mode` command with an access token: - Run a `doctl databases sql-mode` command with an access token:

View file

@ -3,7 +3,7 @@
> Build a tree object using `ls-tree` formatted text. > Build a tree object using `ls-tree` formatted text.
> More information: <https://git-scm.com/docs/git-mktree>. > More information: <https://git-scm.com/docs/git-mktree>.
- Build a tree object and verify that each tree entrys hash identifies an existing object: - Build a tree object and verify that each tree entry's hash identifies an existing object:
`git mktree` `git mktree`

View file

@ -11,6 +11,6 @@
`git replace {{[-d|--delete]}} {{object}}` `git replace {{[-d|--delete]}} {{object}}`
- Edit an objects content interactively: - Edit an object's content interactively:
`git replace --edit {{object}}` `git replace --edit {{object}}`

View file

@ -1,6 +1,6 @@
# home-manager # home-manager
> Manage a per-user environment using Nix, allowing declarative configuration of the users 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>. > More information: <https://github.com/nix-community/home-manager>.
- Build the configuration defined in `~/.config/nixpkgs/home.nix` without applying it: - Build the configuration defined in `~/.config/nixpkgs/home.nix` without applying it:

View file

@ -15,7 +15,7 @@
`ipcs -b` `ipcs -b`
- Show [c]reators user name and group name for all IPC facilities: - Show [c]reator's user name and group name for all IPC facilities:
`ipcs -c` `ipcs -c`

View file

@ -4,7 +4,7 @@
> Reports vulnerabilities and suggests remediation. > Reports vulnerabilities and suggests remediation.
> More information: <https://docs.npmjs.com/cli/npm-audit>. > More information: <https://docs.npmjs.com/cli/npm-audit>.
- Scan the projects dependencies for known vulnerabilities: - Scan the project's dependencies for known vulnerabilities:
`npm audit` `npm audit`

View file

@ -12,7 +12,7 @@
`secretsdump.py -hashes {{LM_Hash}}:{{NT_Hash}} {{domain}}/{{username}}@{{target}}` `secretsdump.py -hashes {{LM_Hash}}:{{NT_Hash}} {{domain}}/{{username}}@{{target}}`
- Dump credentials from Active Directorys NTDS.dit file: - Dump credentials from Active Directory's NTDS.dit file:
`secretsdump.py -just-dc {{domain}}/{{username}}:{{password}}@{{target}}` `secretsdump.py -just-dc {{domain}}/{{username}}:{{password}}@{{target}}`

View file

@ -15,7 +15,7 @@
`zgrep {{[-c|--count]}} {{pattern}} {{path/to/compressed/file}}` `zgrep {{[-c|--count]}} {{pattern}} {{path/to/compressed/file}}`
- Display the lines which dont 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}}` `zgrep {{[-v|--invert-match]}} {{pattern}} {{path/to/compressed/file}}`

View file

@ -1,6 +1,6 @@
# wireplumber # wireplumber
> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWires API. > A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API.
> See also: `wpctl`, `pipewire`. > See also: `wpctl`, `pipewire`.
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/>. > More information: <https://pipewire.pages.freedesktop.org/wireplumber/>.