Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix deprecated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keorn committed Aug 5, 2016
1 parent 05bfdc5 commit b6f827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity/deprecated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b6f827e

Please sign in to comment.