From 6499f8c6b3364779a3a9078701ad0d4523a6f560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ci=C4=99=C5=BCarkiewicz?= Date: Sun, 24 Jul 2022 17:00:23 -0700 Subject: [PATCH] Update getting_started.md --- cargo-crev/src/doc/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cargo-crev/src/doc/getting_started.md b/cargo-crev/src/doc/getting_started.md index c6069a39..5c7f55a1 100644 --- a/cargo-crev/src/doc/getting_started.md +++ b/cargo-crev/src/doc/getting_started.md @@ -103,7 +103,7 @@ subcommands are provided by shortcuts, such as `verify` for `crate verify`. For specific help regarding a subcommand use the `-h` flag. Note: You can abbreviate most `cargo-crev` subcommands. For example: `cargo crev -c v`. +cr v`. ## Verifying @@ -521,4 +521,4 @@ will be continuously added in the future. Notably: you can review a diff between already trusted and current version (`diff` and `review --diff` commands). - Security and serious flaws can be reported with `review --advisory` and are - visible in the `issues` output of `verify`. \ No newline at end of file + visible in the `issues` output of `verify`.