fix deprecated typo

This commit is contained in:
keorn 2016-08-05 11:06:01 +02:00
parent 05bfdc508e
commit b6f827e3c8

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 {