mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
pathchk: fix name
This commit is contained in:
@@ -95,9 +95,9 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||
}
|
||||
|
||||
pub fn uu_app() -> Command {
|
||||
Command::new("paste")
|
||||
Command::new("pathchk")
|
||||
.version(uucore::crate_version!())
|
||||
.help_template(uucore::localized_help_template("paste"))
|
||||
.help_template(uucore::localized_help_template("pathchk"))
|
||||
.about(translate!("pathchk-about"))
|
||||
.override_usage(format_usage(&translate!("pathchk-usage")))
|
||||
.infer_long_args(true)
|
||||
|
||||
Reference in New Issue
Block a user