vere: alphabetize in u3_opts

This commit is contained in:
Jōshin 2021-10-29 02:59:41 +00:00
parent afe2427281
commit 21f0b96413
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -274,6 +274,7 @@
c3_o abo; // -a, abort aggressively
c3_c* pil_c; // -B, bootstrap from
c3_c* bin_c; // -b, http server bind ip
c3_w hap_w; // -C, cap memo cache
c3_o nuu; // -c, new pier
c3_o dry; // -D, dry compute, no checkpoint
c3_o dem; // -d, daemon
@ -284,7 +285,6 @@
c3_c* dns_c; // -H, ames bootstrap domain
c3_c* jin_c; // -I, inject raw event
c3_c* imp_c; // -i, import pier state
c3_w hap_w; // -C, cap memo cache
c3_c* lit_c; // -J, ivory (fastboot) kernel
c3_o tra; // -j, json trace
c3_w kno_w; // -K, kernel version
@ -298,13 +298,13 @@
c3_o rep; // -R, report build info
c3_c* roc_c; // -r, load rock by eve_d
c3_o has; // -S, Skip battery hashes
c3_o tem; // -t, Disable terminal/tty assumptions
c3_o git; // -s, pill url from arvo git hash
c3_o tem; // -t, Disable terminal/tty assumptions
c3_c* url_c; // -u, pill url
c3_o veb; // -v, verbose (inverse of -q)
c3_c* who_c; // -w, begin with ticket
c3_o tex; // -x, exit after loading
c3_c* pek_c; // -X, scry path (/vc/desk/path)
c3_o tex; // -x, exit after loading
c3_c* puk_c; // -Y, scry result filename
c3_c* puf_c; // -Z, scry result format
} u3_opts;