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
1 changed files with 1 additions and 1 deletions

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 {