Skip to content

Commit 6a36fd6

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent aead2fd commit 6a36fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct Cli::ValueParser<PaperMuncher::Overflow> {
3030
else if (value == "visible")
3131
return Ok(PaperMuncher::Overflow::VISIBLE);
3232
else
33-
return Error::invalidInput("expected margin");
33+
return Error::invalidInput("expected overflow");
3434
}
3535
};
3636

0 commit comments

Comments
 (0)