We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8da09fc + 6281eea commit e1ee159Copy full SHA for e1ee159
src/main.rs
@@ -445,9 +445,9 @@ async fn listen_tcp(args: ListenTcpArgs) -> anyhow::Result<()> {
445
// note that the tests rely on the ticket being the last thing printed
446
eprintln!("Forwarding incoming requests to '{}'.", args.host);
447
eprintln!("To connect, use e.g.:");
448
- eprintln!("dumbpipe connect {ticket}");
+ eprintln!("dumbpipe connect-tcp {ticket}");
449
if args.common.verbose > 0 {
450
- eprintln!("or:\ndumbpipe connect {}", short);
+ eprintln!("or:\ndumbpipe connect-tcp {}", short);
451
}
452
tracing::info!("node id is {}", ticket.node_addr().node_id);
453
tracing::info!("derp url is {:?}", ticket.node_addr().info.relay_url);
0 commit comments