Improve readme

This commit is contained in:
Vyn 2024-06-03 09:35:53 +02:00
parent 0d840f0d50
commit fce4fad1fb
4 changed files with 11 additions and 14 deletions

View file

@ -99,11 +99,11 @@ namespace CliArguments {
longestArgLength = key.length();
}
}
std::cout << "usage: sway-wallpaper [options]" << std::endl;
std::cout << "usage: sway-wallpaper [options]";
for (const auto& arg : directArguments_) {
std::cout << " <" << arg << ">";
}
std::cout << std::endl;
std::cout << std::endl << std::endl;
std::cout << "required:" << std::endl;
for (const auto& [key, arg] : arguments_) {