mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
*: Updated comments in examples (#2985)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
//! 1. Run command below in one terminal.
|
||||
//!
|
||||
//! ```
|
||||
//! cargo run --example file-sharing -- \
|
||||
//! cargo run --example file-sharing --features=full -- \
|
||||
//! --listen-address /ip4/127.0.0.1/tcp/40837 \
|
||||
//! --secret-key-seed 1 \
|
||||
//! provide \
|
||||
@@ -68,7 +68,7 @@
|
||||
//! 2. Run command below in another terminal.
|
||||
//!
|
||||
//! ```
|
||||
//! cargo run --example file-sharing -- \
|
||||
//! cargo run --example file-sharing --features=full -- \
|
||||
//! --peer /ip4/127.0.0.1/tcp/40837/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X \
|
||||
//! get \
|
||||
//! --name <name-for-others-to-find-your-file>
|
||||
|
Reference in New Issue
Block a user