cli: Fix `rad ls` help message

If the user wants to see all `seeded` repositories, we should tell them
to use the `--seeded` option instead of the `--all` option.

Since `--all` also shows repos that aren't being seeded.
This commit is contained in:
Sebastian Martinez 2024-11-21 11:54:45 +01:00 committed by cloudhead
parent 87cb7bf52d
commit b6cf6fea8d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Usage
rad ls [<option>...] rad ls [<option>...]
By default, this command shows you all repositories that you have forked or initialized. By default, this command shows you all repositories that you have forked or initialized.
If you wish to see all seeded repositories, use the `--all` option. If you wish to see all seeded repositories, use the `--seeded` option.
Options Options