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:
parent
d6b1052f3f
commit
0c4d314544
1 changed files with 1 additions and 1 deletions
|
@ -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)+);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue