Skip to content

Commit 9be6985

Browse files
committed
Added short version for eth-rpc
1 parent 435f09c commit 9be6985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub struct Arguments {
102102
/// The path to the `eth_proxy` executable.
103103
///
104104
/// By default it uses `eth-rpc` binary found in `$PATH`.
105-
#[arg(short, long = "eth_proxy", default_value = "eth-rpc")]
105+
#[arg(short='p', long = "eth_proxy", default_value = "eth-rpc")]
106106
pub eth_proxy: PathBuf,
107107
}
108108

0 commit comments

Comments
 (0)