hyprpm: add missing newline (#5207)

This commit is contained in:
Praneeth Jain 2024-03-21 20:20:19 +05:30 committed by GitHub
parent ee00cb1dd8
commit f1d06b773f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ int main(int argc, char** argv, char** envp) {
force = true;
std::cout << Colors::RED << "!" << Colors::RESET << " Using --force, I hope you know what you are doing.\n";
} else {
std::cerr << "Unrecognized option " << ARGS[i];
std::cerr << "Unrecognized option " << ARGS[i] << "\n";
return 1;
}
} else {