mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 11:55:44 +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`
|
`cargo bench --no-fail-fast`
|
||||||
|
|
||||||
- Compile, but don’t 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 package’s library:
|
- Benchmark the package's library:
|
||||||
|
|
||||||
`cargo bench --lib`
|
`cargo bench --lib`
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`cargo fix --edition`
|
`cargo fix --edition`
|
||||||
|
|
||||||
- Fix the package’s library:
|
- Fix the package's library:
|
||||||
|
|
||||||
`cargo fix --lib`
|
`cargo fix --lib`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# django-admin
|
# 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/>.
|
> More information: <https://docs.djangoproject.com/en/stable/ref/django-admin/>.
|
||||||
|
|
||||||
- Create a new Django project:
|
- Create a new Django project:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# docker commit
|
# 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/>.
|
> 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:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# doctl databases sql-mode
|
# 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/>.
|
> 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:
|
||||||
|
|
|
@ -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 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`
|
`git mktree`
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
|
|
||||||
`git replace {{[-d|--delete]}} {{object}}`
|
`git replace {{[-d|--delete]}} {{object}}`
|
||||||
|
|
||||||
- Edit an object’s content interactively:
|
- Edit an object's content interactively:
|
||||||
|
|
||||||
`git replace --edit {{object}}`
|
`git replace --edit {{object}}`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# home-manager
|
# 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>.
|
> 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:
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`ipcs -b`
|
`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`
|
`ipcs -c`
|
||||||
|
|
||||||
|
|
|
@ -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 project’s dependencies for known vulnerabilities:
|
- Scan the project's dependencies for known vulnerabilities:
|
||||||
|
|
||||||
`npm audit`
|
`npm audit`
|
||||||
|
|
||||||
|
|
|
@ -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 Directory’s 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}}`
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`zgrep {{[-c|--count]}} {{pattern}} {{path/to/compressed/file}}`
|
`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}}`
|
`zgrep {{[-v|--invert-match]}} {{pattern}} {{path/to/compressed/file}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# wireplumber
|
# 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`.
|
> See also: `wpctl`, `pipewire`.
|
||||||
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/>.
|
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/>.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue