Skip to content

Commit e09efa2

Browse files
committed
src/lib.rs:Usage
1 parent d38fbab commit e09efa2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
//!
1414
//! <https://github.com/RandyMcMillan/mempool_space.git>
1515
16+
//!
17+
//! USAGE:
18+
//! - mempool-space \--difficulty_adjustment (flagged)
19+
//! - mempool-space_difficulty_adjustment (executable)
20+
//! 1. Flags follow the mempool.space api/rest (replace dashes with underscores)
21+
//! 2. Flags invoke the executable
22+
1623
use std::io::Read;
1724

1825
//const API_VERSION: &str = "v1";

0 commit comments

Comments
 (0)