Reduce supported labels for architecture
This commit is contained in:
parent
504b3bf2c9
commit
d51b0ebced
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ be omitted. Most attributes can be abbreviated as a single letter.
|
|||
|
||||
| Attribute | Meaning |
|
||||
| - | - |
|
||||
| `arch`, `architecture`, `a` | Valid if the value matches the architecture. Architecture is calculated by running <code>uname ‑m</code>. |
|
||||
| `arch`, `a` | Valid if the value matches the architecture. Architecture is calculated by running <code>uname ‑m</code>. |
|
||||
| `class`, `c` | Valid if the value matches the local.class configuration. Class must be manually set using <code>yadm config local.class <class></code>. |
|
||||
| `default` | Valid when no other alternate is valid. |
|
||||
| `distro`, `d` | Valid if the value matches the distro. Distro is calculated by running <code>lsb_release ‑si</code> or inspecting <code>/etc/os-release</code> |
|
||||
|
|
Loading…
Reference in a new issue