From 3921280aed639a88a13ef8cb3a6f58ab8f103ac4 Mon Sep 17 00:00:00 2001 From: n4n5 Date: Sun, 26 Oct 2025 18:00:49 -0600 Subject: [PATCH] fix: make visible alias --- src/uu/date/src/date.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/date/src/date.rs b/src/uu/date/src/date.rs index c3381dfbd2a..e4c2b286dc4 100644 --- a/src/uu/date/src/date.rs +++ b/src/uu/date/src/date.rs @@ -419,7 +419,7 @@ pub fn uu_app() -> Command { Arg::new(OPT_UNIVERSAL) .short('u') .long(OPT_UNIVERSAL) - .alias(OPT_UNIVERSAL_2) + .visible_alias(OPT_UNIVERSAL_2) .help(translate!("date-help-universal")) .action(ArgAction::SetTrue), )