From f63a5fa468c32cb91f3d3cdf4e9fcac5fa5f79f9 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Wed, 8 Jan 2025 13:54:06 +0100 Subject: [PATCH] Update message --- cpp/s2pformat/s2pformat_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/s2pformat/s2pformat_core.cpp b/cpp/s2pformat/s2pformat_core.cpp index 1c551f80..b5a3be89 100644 --- a/cpp/s2pformat/s2pformat_core.cpp +++ b/cpp/s2pformat/s2pformat_core.cpp @@ -116,7 +116,7 @@ int S2pFormat::Run(span args) return EXIT_SUCCESS; } - cout << "Are you sure? Formatting will erase all data and may take long (N/y)\n"; + cout << "Are you sure? Formatting will erase all data and may take long. (N/y)\n"; string input; getline(cin, input);