pathchk: fix name

This commit is contained in:
oech3
2026-04-07 07:59:09 +02:00
committed by Sylvestre Ledru
parent acea8040cd
commit b0cf766b72
+2 -2
View File
@@ -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)