mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
nl: remove to_err_msg (deprecated)
This commit is contained in:
parent
24ea665a19
commit
30df0ca208
1 changed files with 1 additions and 1 deletions
2
nl/nl.rs
2
nl/nl.rs
|
@ -114,7 +114,7 @@ pub fn uumain(args: Vec<String>) -> int {
|
||||||
let given_options = match getopts(args.tail(), possible_options) {
|
let given_options = match getopts(args.tail(), possible_options) {
|
||||||
Ok (m) => { m }
|
Ok (m) => { m }
|
||||||
Err(f) => {
|
Err(f) => {
|
||||||
show_error!("{}", f.to_err_msg());
|
show_error!("{}", f);
|
||||||
print_usage(possible_options);
|
print_usage(possible_options);
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue