From cd693dcf3e702d71508ae9027501ed9b5ad61fb9 Mon Sep 17 00:00:00 2001 From: Guanqun Lu Date: Tue, 9 May 2017 23:46:46 +0800 Subject: [PATCH 1/2] typo fix --- parity/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/run.rs b/parity/run.rs index 083cbe5ce..dad99b9c3 100644 --- a/parity/run.rs +++ b/parity/run.rs @@ -411,7 +411,7 @@ pub fn execute(cmd: RunCmd, can_restart: bool, logger: Arc) -> R ); info!("Operating mode: {}", Colour::White.bold().paint(format!("{}", mode))); - // display warning about using experimental journaldb alorithm + // display warning about using experimental journaldb algorithm if !algorithm.is_stable() { warn!("Your chosen strategy is {}! You can re-run with --pruning to change.", Colour::Red.bold().paint("unstable")); } From 04eef37cad3a1b2712c649027341054d2a7ca106 Mon Sep 17 00:00:00 2001 From: Guanqun Lu Date: Tue, 9 May 2017 23:47:34 +0800 Subject: [PATCH 2/2] remove the extra $ in front of a flag --- parity/cli/usage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parity/cli/usage.txt b/parity/cli/usage.txt index 9d2e4f6d5..2eee70c7c 100644 --- a/parity/cli/usage.txt +++ b/parity/cli/usage.txt @@ -90,9 +90,9 @@ Account Options: UI Options: --force-ui Enable Trusted UI WebSocket endpoint, - even when --unlock is in use. (default: ${flag_force_ui}) + even when --unlock is in use. (default: {flag_force_ui}) --no-ui Disable Trusted UI WebSocket endpoint. - (default: ${flag_no_ui}) + (default: {flag_no_ui}) --ui-port PORT Specify the port of Trusted UI server (default: {flag_ui_port}). --ui-interface IP Specify the hostname portion of the Trusted UI