mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
chore: fix some typos (#12530)
Signed-off-by: vitalmotif <zhangshengqiang@outlook.com>
This commit is contained in:
parent
560ecac942
commit
1f8a4928f6
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# cargo init
|
# cargo init
|
||||||
|
|
||||||
> Create a new Cargo package.
|
> Create a new Cargo package.
|
||||||
> Equivalent of `cargo new`, but specifiying a directory is optional.
|
> Equivalent of `cargo new`, but specifying a directory is optional.
|
||||||
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-init.html>.
|
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-init.html>.
|
||||||
|
|
||||||
- Initialize a Rust project with a binary target in the current directory:
|
- Initialize a Rust project with a binary target in the current directory:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# cargo new
|
# cargo new
|
||||||
|
|
||||||
> Create a new Cargo package.
|
> Create a new Cargo package.
|
||||||
> Equivalent of `cargo init`, but specifiying a directory is required.
|
> Equivalent of `cargo init`, but specifying a directory is required.
|
||||||
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-new.html>.
|
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-new.html>.
|
||||||
|
|
||||||
- Create a new Rust project with a binary target:
|
- Create a new Rust project with a binary target:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# pkgctl db update
|
# pkgctl db update
|
||||||
|
|
||||||
> Update the `pacman` database as final release step for packages that have been transfered and staged on <https://repos.archlinux.org>.
|
> Update the `pacman` database as final release step for packages that have been transferred and staged on <https://repos.archlinux.org>.
|
||||||
> More information: <https://man.archlinux.org/man/pkgctl-db-update.1>.
|
> More information: <https://man.archlinux.org/man/pkgctl-db-update.1>.
|
||||||
|
|
||||||
- Update the binary repository as final release step:
|
- Update the binary repository as final release step:
|
||||||
|
|
Loading…
Add table
Reference in a new issue