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:
parent
16bf4b1893
commit
1565f4d1d9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ extern crate uucore;
|
||||||
|
|
||||||
use platform_info::*;
|
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 SUMMARY: &str = "Determine architecture name for current machine.";
|
||||||
static LONG_HELP: &str = "";
|
static LONG_HELP: &str = "";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue