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);