mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
imported UUsageError
This commit is contained in:
parent
38c0880989
commit
d0805605e0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ extern crate uucore;
|
|||
|
||||
use clap::{crate_version, App, Arg};
|
||||
use std::path::Path;
|
||||
use uucore::error::{UResult, USimpleError};
|
||||
use uucore::error::{UResult, UUsageError};
|
||||
use uucore::InvalidEncodingHandling;
|
||||
|
||||
static ABOUT: &str = "strip last component from file name";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue