Skip to content

Commit

Permalink
doc: update loadtest uniswapv3 usage (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct authored Oct 26, 2023
1 parent f5f7798 commit 65080b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/loadtest/uniswapv3.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
)

var uniswapV3LoadTestCmd = &cobra.Command{
Use: "uniswapv3 url",
Use: "uniswapv3",
Short: "Run Uniswapv3-like load test against an Eth/EVm style JSON-RPC endpoint.",
Long: uniswapv3Usage,
Args: cobra.NoArgs,
Expand Down
2 changes: 1 addition & 1 deletion doc/polycli_loadtest_uniswapv3.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Run Uniswapv3-like load test against an Eth/EVm style JSON-RPC endpoint.

```bash
polycli loadtest uniswapv3 url [flags]
polycli loadtest uniswapv3 [flags]
```

## Usage
Expand Down

0 comments on commit 65080b1

Please sign in to comment.