Skip to content

Commit

Permalink
Update src/cmd/cmd.cpp [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Müller <[email protected]>
  • Loading branch information
TheOneRing and fmoc authored Mar 29, 2023
1 parent 817b997 commit 76258af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void sync(const SyncCTX &ctx)
}
std::string s;
while (true) {
qInfo() << "Remove all files?[y,n]";
qInfo() << "Remove all files? [y,n]";
std::getline(std::cin, s);
if (s == "y") {
abort(false);
Expand Down

0 comments on commit 76258af

Please sign in to comment.