Skip to content

Commit c3364a5

Browse files
committed
date: never inline uu_app
1 parent d7ea3fd commit c3364a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/uu/date/src/date.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,9 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
591591
}
592592

593593
pub fn uu_app() -> Command {
594-
Command::new(DATE)
594+
Command::new("date")
595595
.version(uucore::crate_version!())
596-
.help_template(uucore::localized_help_template(DATE))
596+
.help_template(uucore::localized_help_template(uucore::util_name()))
597597
.about(translate!("date-about"))
598598
.override_usage(format_usage(&translate!("date-usage")))
599599
.infer_long_args(true)

0 commit comments

Comments
 (0)