]> git.proxmox.com Git - cargo.git/commit
Fix typo: `--timing` -> `--timings`
authorJosh Triplett <josh@joshtriplett.org>
Sun, 30 Jan 2022 23:24:55 +0000 (15:24 -0800)
committerJosh Triplett <josh@joshtriplett.org>
Mon, 31 Jan 2022 05:43:52 +0000 (21:43 -0800)
commit086e71da00964215d9609bf7e6e919ef4f0bb74c
tree7c55a469ee7da4fca296e6bbdee4059f4007b69a
parent81e1998e11c6e09a002bd15de37fbb1131b6eb22
Fix typo: `--timing` -> `--timings`
31 files changed:
src/doc/man/generated_txt/cargo-bench.txt
src/doc/man/generated_txt/cargo-build.txt
src/doc/man/generated_txt/cargo-check.txt
src/doc/man/generated_txt/cargo-doc.txt
src/doc/man/generated_txt/cargo-fix.txt
src/doc/man/generated_txt/cargo-install.txt
src/doc/man/generated_txt/cargo-run.txt
src/doc/man/generated_txt/cargo-rustc.txt
src/doc/man/generated_txt/cargo-rustdoc.txt
src/doc/man/generated_txt/cargo-test.txt
src/doc/man/includes/options-timings.md
src/doc/src/commands/cargo-bench.md
src/doc/src/commands/cargo-build.md
src/doc/src/commands/cargo-check.md
src/doc/src/commands/cargo-doc.md
src/doc/src/commands/cargo-fix.md
src/doc/src/commands/cargo-install.md
src/doc/src/commands/cargo-run.md
src/doc/src/commands/cargo-rustc.md
src/doc/src/commands/cargo-rustdoc.md
src/doc/src/commands/cargo-test.md
src/etc/man/cargo-bench.1
src/etc/man/cargo-build.1
src/etc/man/cargo-check.1
src/etc/man/cargo-doc.1
src/etc/man/cargo-fix.1
src/etc/man/cargo-install.1
src/etc/man/cargo-run.1
src/etc/man/cargo-rustc.1
src/etc/man/cargo-rustdoc.1
src/etc/man/cargo-test.1