From 30613985056d2cc9d6241ce25afd038feec4db3f Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 9 Jan 2024 12:14:26 -0500 Subject: [PATCH] Adds newline to fastboot's CLI help --- ledger/src/use_snapshot_archives_at_startup.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/src/use_snapshot_archives_at_startup.rs b/ledger/src/use_snapshot_archives_at_startup.rs index 6e19d0c424dcf8..fcac5308a4beb1 100644 --- a/ledger/src/use_snapshot_archives_at_startup.rs +++ b/ledger/src/use_snapshot_archives_at_startup.rs @@ -38,7 +38,7 @@ pub mod cli { If there is no state already on disk, startup will fail. \ Note, this will use the latest state available, \ which may be newer than the latest snapshot archive. \ - Specifying \"when-newest\" will use snapshot-related state \ + \nSpecifying \"when-newest\" will use snapshot-related state \ already on disk unless there are snapshot archives newer than it. \ This can happen if a new snapshot archive is downloaded \ while the node is stopped.";