1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

change/API! ~ disp_err!() => show_usage_error!()

This commit is contained in:
Roy Ivy III 2020-05-27 00:37:13 -05:00
parent d6b1052f3f
commit 0c4d314544

View file

@ -79,7 +79,7 @@ macro_rules! show_info(
); );
#[macro_export] #[macro_export]
macro_rules! disp_err( macro_rules! show_usage_error(
($($args:tt)+) => ({ ($($args:tt)+) => ({
eprint!("{}: ", executable!()); eprint!("{}: ", executable!());
eprintln!($($args)+); eprintln!($($args)+);