fixed weird line breaking

This commit is contained in:
debris 2016-05-19 01:05:24 +02:00
parent 55ebab2392
commit 7f0d1173ba
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@
use std::fmt::{Display, Formatter, Error as FmtError};
const RESYNC_ERR: &'static str =
"Your current parity installation has synced without transaction tracing. To use
Parity with transaction tracing, you'll need to resync with tracing. To do this, remove or move away your current
database and restart parity. e.g.:
"Your current parity installation has synced without transaction tracing.
To use Parity with transaction tracing, you'll need to resync with tracing.
To do this, remove or move away your current database and restart parity. e.g.:
> mv ~/.parity/906a34e69aec8c0d /tmp
> parity";