1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Update src/uu/arch/src/arch.rs

Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
Sylvestre Ledru 2020-05-10 21:05:38 +02:00 committed by GitHub
parent 16bf4b1893
commit 1565f4d1d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = "";