From c050fc39e96e53d0595791f1f03463e0b8b79ed6 Mon Sep 17 00:00:00 2001 From: Tasha CARL Date: Thu, 13 Aug 2015 12:52:22 +0200 Subject: [PATCH] Corrects pre-coffee typo --- eth/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eth/main.cpp b/eth/main.cpp index 2c1dcaeef..de3412b33 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -160,8 +160,8 @@ void help() << " --structured-logging-url Set the structured logging destination (currently only file:// supported)." << endl << endl << "Import/export modes:" << endl - << " --from Export only from block n; n may be a decimal, a '0x' pre-fixed hash, or 'latest'." << endl - << " --to Export only to block n (inclusive); n may be a decimal, a '0x' pre-fixed hash, or 'latest'." << endl + << " --from Export only from block n; n may be a decimal, a '0x' prefixed hash, or 'latest'." << endl + << " --to Export only to block n (inclusive); n may be a decimal, a '0x' prefixed hash, or 'latest'." << endl << " --only Equivalent to --export-from n --export-to n." << endl << " --dont-check Prevent checking some block aspects. Faster importing, but to apply only when the data is known to be valid." << endl << endl