*: Updated comments in examples (#2985)

This commit is contained in:
Hannes
2022-10-05 19:49:03 +02:00
committed by GitHub
parent bdf9209824
commit 33b5c05529
5 changed files with 9 additions and 17 deletions

View File

@@ -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>