From 7c67911cc82b903fa5525790b6468c4a9dd1e12d Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 20 Jul 2021 16:51:53 +0200 Subject: [PATCH] Fix obsolete reference to `alr list` (#773) --- doc/getting-started.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index a784302c..f0fcbaa6 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -97,16 +97,17 @@ and then issue: ## Finding available projects -For quick listing of crates and their descriptions you can use the `list` -command: +For quick listing of crates and their descriptions you can use the `search` +command with the `--crates` switch: -* `alr list [substring]` +* `alr search --crates [substring]` -There's also a `search` command which provides more details about specific +Otherwise, `search` will look into releases, providing more details about specific releases: * `alr search ` will look for `substring` in crate names. -* `alr search --list` will list the whole catalog. +* `alr search --list` will list the latest release of every crate. +* `alr search --list --full` will list all releases in the catalog. Even more details are obtained with: -- 2.39.5