We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c70fce commit 15dcc4aCopy full SHA for 15dcc4a
src/rootcommands.cpp
@@ -47,6 +47,7 @@ int RootCommands::set_attr_cmd(Input in, Output output) {
47
<< new_value << "\" is not a valid value for "
48
<< a->name() << ": "
49
<< error_message << endl;
50
+ output << "making the coverage even worse, for the lulz";
51
return HERBST_INVALID_ARGUMENT;
52
}
53
0 commit comments