Merge pull request #1850 from ethcore/deprecated-typo

fix deprecated typo
This commit is contained in:
Marek Kotewicz
2016-08-05 11:25:42 +02:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ impl Deprecated {
}
fn dapps_off() -> Self {
Deprecated::Replaced("--dapps-off", "--no-daps")
Deprecated::Replaced("--dapps-off", "--no-dapps")
}
fn ipcdisable() -> Self {