mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
imported UUsageError
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user