diff --git a/src/uu/arch/src/arch.rs b/src/uu/arch/src/arch.rs index 3f822f75c..ced3d6e97 100644 --- a/src/uu/arch/src/arch.rs +++ b/src/uu/arch/src/arch.rs @@ -15,7 +15,7 @@ extern crate uucore; use platform_info::*; -static SYNTAX: &str = "Print machine architecture"; +static SYNTAX: &str = "Display machine architecture"; static SUMMARY: &str = "Determine architecture name for current machine."; static LONG_HELP: &str = "";