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:
parent
87cb7bf52d
commit
b6cf6fea8d
|
|
@ -17,7 +17,7 @@ Usage
|
|||
rad ls [<option>...]
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue