minor fix

This commit is contained in:
voidlizard 2025-06-04 12:02:10 +03:00
parent f3b2ca3081
commit 460bc10daa
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ migrate syn = flip runContT pure $ callCC \exit -> do
liftIO $ hPutDoc stdout $ liftIO $ hPutDoc stdout $
yellow "Storage migration process is about to start" <> line yellow "Storage migration process is about to start" <> line
<> "It will convert the current storage structure to a new one (NCQ storage)" <> line <> "It will convert the current storage structure to a new one (NCQ storage)" <> line
<> "to use with hbs2 0.26 and newer" <> line <> "to use with hbs2 0.25.2 and newer" <> line
<> "hbs2-peer 0.25 and earlier versions don't work with the new storage." <> line <> "hbs2-peer 0.25.1 and earlier versions don't work with the new storage." <> line
<> "If you want to backup your data first just for in case" <> line <> "If you want to backup your data first just for in case" <> line
<> "You may store the contents of directory" <> line <> "You may store the contents of directory" <> line
<> line <> line