Improve readme
This commit is contained in:
parent
0d840f0d50
commit
fce4fad1fb
4 changed files with 11 additions and 14 deletions
|
@ -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_) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue