Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Correct rust doc for config
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 committed Feb 5, 2024
1 parent fd985c5 commit 689b061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsar/src/commands/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
//! --chain devnet \
//! --farm-size 5GB \
//! --reward-address 5DXRtoHJePQBEk44onMy5yG4T8CjpPaK4qKNmrwpxqxZALGY \
//! --node-directory "/Users/abhi3700/test/pulsar1/node" \
//! --farm-directory "/Users/abhi3700/test/pulsar1/farms"
//! --node-dir "/Users/abhi3700/test/pulsar1/node" \
//! --farm-dir "/Users/abhi3700/test/pulsar1/farms"
//! ```

use std::fs;
Expand Down

0 comments on commit 689b061

Please sign in to comment.