Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli: Fix `rad ls` help message
Merged did:key:z6MkkfM3...sVz5 opened 1 year ago

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.

1 file changed +1 -1 87cb7bf5 b6cf6fea
modified radicle-cli/src/commands/ls.rs
@@ -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