intcmp(1): remove extra newline

This commit is contained in:
dtb 2024-08-13 12:13:47 -06:00
parent 0fd66bff38
commit e2c03842a3
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -34,7 +34,6 @@ use sysexits::EX_USAGE;
#[cfg(target_os="openbsd")] use openbsd::{ Promises, pledge };
#[cfg(target_os="openbsd")] use strerror::StrError;
fn usage(s: &str) -> ExitCode {
eprintln!("Usage: {} [-egl] integer integer...", s);
ExitCode::from(EX_USAGE as u8)