cli: Adjust output of `rad sync` slightly
This commit is contained in:
parent
9de10ade5a
commit
1acbe39340
|
|
@ -4,9 +4,9 @@ automatically connect to the necessary seeds.
|
|||
```
|
||||
$ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
|
||||
✓ Tracking relationship established for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with scope 'all'
|
||||
✓ Connecting to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi[..]
|
||||
✓ Connecting to z6MknSL…StBU8Vi@[..]
|
||||
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSL…StBU8Vi..
|
||||
✓ Connecting to z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk[..]
|
||||
✓ Connecting to z6Mkt67…v4N1tRk@[..]
|
||||
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6Mkt67…v4N1tRk..
|
||||
✓ Forking under z6Mkux1…nVhib7Z..
|
||||
✓ Creating checkout in ./heartwood..
|
||||
|
|
|
|||
|
|
@ -351,8 +351,8 @@ fn fetch_all(
|
|||
for ka in seed.addrs {
|
||||
let spinner = term::spinner(format!(
|
||||
"Connecting to {}@{}..",
|
||||
term::format::tertiary(&seed.nid),
|
||||
term::format::tertiary(&ka.addr)
|
||||
term::format::tertiary(term::format::node(&seed.nid)),
|
||||
&ka.addr
|
||||
));
|
||||
let cr = node.connect(
|
||||
seed.nid,
|
||||
|
|
|
|||
Loading…
Reference in New Issue