We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aead2fd commit 6a36fd6Copy full SHA for 6a36fd6
src/main.cpp
@@ -30,7 +30,7 @@ struct Cli::ValueParser<PaperMuncher::Overflow> {
30
else if (value == "visible")
31
return Ok(PaperMuncher::Overflow::VISIBLE);
32
else
33
- return Error::invalidInput("expected margin");
+ return Error::invalidInput("expected overflow");
34
}
35
};
36
0 commit comments