Skip to content

Commit cbe20c9

Browse files
date: make --utc alias visible (#9041)
1 parent 3b2cb6a commit cbe20c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/date/src/date.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ pub fn uu_app() -> Command {
419419
Arg::new(OPT_UNIVERSAL)
420420
.short('u')
421421
.long(OPT_UNIVERSAL)
422-
.alias(OPT_UNIVERSAL_2)
422+
.visible_alias(OPT_UNIVERSAL_2)
423423
.help(translate!("date-help-universal"))
424424
.action(ArgAction::SetTrue),
425425
)

0 commit comments

Comments
 (0)