From d27c36cf751feaad3834f769ab7f87a547514ee4 Mon Sep 17 00:00:00 2001 From: Max Kaye Date: Fri, 16 Mar 2018 19:11:54 +1100 Subject: [PATCH] explicitly mention pruning_history uses RAM (#8130) --- parity/cli/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/cli/mod.rs b/parity/cli/mod.rs index c41b59598..9cccc3d14 100644 --- a/parity/cli/mod.rs +++ b/parity/cli/mod.rs @@ -768,7 +768,7 @@ usage! { ARG arg_pruning_history: (u64) = 64u64, or |c: &Config| c.footprint.as_ref()?.pruning_history.clone(), "--pruning-history=[NUM]", - "Set a minimum number of recent states to keep when pruning is active.", + "Set a minimum number of recent states to keep in memory when pruning is active.", ARG arg_pruning_memory: (usize) = 32usize, or |c: &Config| c.footprint.as_ref()?.pruning_memory.clone(), "--pruning-memory=[MB]",