mirror of
https://github.com/uutils/uucore.git
synced 2026-06-10 15:48:52 -07:00
change/API! ~ disp_err!() => show_usage_error!()
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ macro_rules! show_info(
|
||||
);
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! disp_err(
|
||||
macro_rules! show_usage_error(
|
||||
($($args:tt)+) => ({
|
||||
eprint!("{}: ", executable!());
|
||||
eprintln!($($args)+);
|
||||
|
||||
Reference in New Issue
Block a user