File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ cannot-get-system = cannot get system name
33
44arch-about = Display machine architecture
55arch-after-help = Determine architecture name for current machine.
6+ arch-usage = arch
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ cannot-get-system = impossible d'obtenir le nom du système
33
44arch-about = Afficher l'architecture de la machine
55arch-after-help = Déterminer le nom de l'architecture pour la machine actuelle.
6+ arch-usage = arch
Original file line number Diff line number Diff line change @@ -26,5 +26,6 @@ pub fn uu_app() -> Command {
2626 . help_template ( uucore:: localized_help_template ( uucore:: util_name ( ) ) )
2727 . about ( translate ! ( "arch-about" ) )
2828 . after_help ( translate ! ( "arch-after-help" ) )
29+ . override_usage ( translate ! ( "arch-usage" ) )
2930 . infer_long_args ( true )
3031}
You can’t perform that action at this time.
0 commit comments