We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ea3fd commit c3364a5Copy full SHA for c3364a5
1 file changed
src/uu/date/src/date.rs
@@ -591,9 +591,9 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
591
}
592
593
pub fn uu_app() -> Command {
594
- Command::new(DATE)
+ Command::new("date")
595
.version(uucore::crate_version!())
596
- .help_template(uucore::localized_help_template(DATE))
+ .help_template(uucore::localized_help_template(uucore::util_name()))
597
.about(translate!("date-about"))
598
.override_usage(format_usage(&translate!("date-usage")))
599
.infer_long_args(true)
0 commit comments