Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
uweseimet committed Jan 8, 2025
1 parent ef61caf commit f63a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/s2pformat/s2pformat_core.cpp
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ int S2pFormat::Run(span<char*> 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);

0 comments on commit f63a5fa

Please sign in to comment.