mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +00:00
28 lines
606 B
ReStructuredText
28 lines
606 B
ReStructuredText
.. print machine hardware name
|
|
|
|
====
|
|
arch
|
|
====
|
|
|
|
.. FIXME: this needs to be autogenerated somehow
|
|
|
|
--------
|
|
Synopsis
|
|
--------
|
|
|
|
``arch`` [OPTION]...
|
|
|
|
-----------
|
|
Description
|
|
-----------
|
|
|
|
``arch`` is an alias for ``uname -m``. They both print the machine hardware
|
|
name.
|
|
|
|
An exit code of zero indicates success, whereas anything else means failure.
|
|
For this program, a non-zero exit code generally means the user provided
|
|
invalid options.
|
|
|
|
-h, --help print a help menu for this program displaying accepted
|
|
options and arguments
|
|
-v, --version print the version number of this program
|