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
commit 725d32083a

View File

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