mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 02:41:35 +03:00
alphabetizes u3_opts and usage instructions
This commit is contained in:
parent
eaab7dda8f
commit
80b1d34aa6
@ -580,37 +580,37 @@
|
|||||||
*/
|
*/
|
||||||
typedef struct _u3_opts {
|
typedef struct _u3_opts {
|
||||||
c3_c* arv_c; // -A, initial sync from
|
c3_c* arv_c; // -A, initial sync from
|
||||||
c3_c* dns_c; // -H, ames bootstrap domain
|
c3_o abo; // -a, abort aggressively
|
||||||
c3_c* gen_c; // -G, czar generator
|
|
||||||
c3_c* nam_c; // -n, unix hostname
|
|
||||||
c3_c* pil_c; // -B, bootstrap from
|
c3_c* pil_c; // -B, bootstrap from
|
||||||
c3_c* raf_c; // -r, raft flotilla
|
|
||||||
c3_c* url_c; // -u, pill url
|
|
||||||
c3_c* who_c; // -w, begin with ticket
|
|
||||||
c3_c* key_c; // -K, private key file
|
|
||||||
c3_o abo; // -a
|
|
||||||
c3_o bat; // -b, batch create
|
c3_o bat; // -b, batch create
|
||||||
c3_o dem; // -d, daemon
|
|
||||||
c3_o dry; // -D, dry compute
|
|
||||||
c3_c* eth_c; // -e, ethereum node url
|
|
||||||
c3_o etn; // -t, use snapshot exclusively to boot
|
|
||||||
c3_c* ets_c; // -E, eth snapshot
|
|
||||||
c3_c* fak_c; // -F, fake ship
|
|
||||||
c3_o gab; // -g, run with garbage collector
|
|
||||||
c3_o has; // -S, Skip battery hashes
|
|
||||||
c3_o git; // -s, pill url from arvo git hash
|
|
||||||
c3_o net; // -L, local networking only
|
|
||||||
c3_o nuu; // -c, new pier
|
c3_o nuu; // -c, new pier
|
||||||
|
c3_o dry; // -D, dry compute, no checkpoint
|
||||||
|
c3_o dem; // -d, daemon
|
||||||
|
c3_c* ets_c; // -E, eth snapshot
|
||||||
|
c3_c* eth_c; // -e, ethereum node url
|
||||||
|
c3_c* fak_c; // -F, fake ship
|
||||||
|
c3_w fuz_w; // -f, fuzz testing
|
||||||
|
c3_c* gen_c; // -G, czar generator
|
||||||
|
c3_o gab; // -g, test garbage collection
|
||||||
|
c3_c* dns_c; // -H, ames bootstrap domain
|
||||||
|
c3_w kno_w; // -K, kernel version
|
||||||
|
c3_c* key_c; // -k, private key file
|
||||||
|
c3_o net; // -L, local-only networking
|
||||||
|
c3_s rop_s; // -l, raft port
|
||||||
|
c3_c* nam_c; // -n, unix hostname
|
||||||
c3_o pro; // -P, profile
|
c3_o pro; // -P, profile
|
||||||
|
c3_s por_s; // -p, ames port
|
||||||
c3_o qui; // -q, quiet
|
c3_o qui; // -q, quiet
|
||||||
c3_o rep; // -R, report build info
|
c3_o rep; // -R, report build info
|
||||||
c3_o tex; // -x, exit after loading
|
c3_c* raf_c; // -r, raft flotilla
|
||||||
c3_o veb; // -v, verbose (inverse of -q)
|
c3_o has; // -S, Skip battery hashes
|
||||||
|
c3_o git; // -s, pill url from arvo git hash
|
||||||
|
c3_o etn; // -t, use snapshot exclusively to boot
|
||||||
|
c3_c* url_c; // -u, pill url
|
||||||
c3_o vno; // -V, replay without reboots
|
c3_o vno; // -V, replay without reboots
|
||||||
c3_s por_s; // -p, ames port
|
c3_o veb; // -v, verbose (inverse of -q)
|
||||||
c3_s rop_s; // -l, raft port
|
c3_c* who_c; // -w, begin with ticket
|
||||||
c3_w fuz_w; // -f, fuzz testing
|
c3_o tex; // -x, exit after loading
|
||||||
c3_w kno_w; // -k, kernel version
|
|
||||||
} u3_opts;
|
} u3_opts;
|
||||||
|
|
||||||
/* u3_host: entire host.
|
/* u3_host: entire host.
|
||||||
|
@ -333,11 +333,11 @@ u3_ve_usage(c3_i argc, c3_c** argv)
|
|||||||
"without the leading '~', and options is some subset of the following:\n",
|
"without the leading '~', and options is some subset of the following:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"-A dir Use dir for initial galaxy sync\n",
|
"-A dir Use dir for initial galaxy sync\n",
|
||||||
"-b Batch create\n",
|
|
||||||
"-B pill Bootstrap from this pill\n",
|
"-B pill Bootstrap from this pill\n",
|
||||||
|
"-b Batch create\n",
|
||||||
"-c pier Create a new urbit in pier/\n",
|
"-c pier Create a new urbit in pier/\n",
|
||||||
"-d Daemon mode\n",
|
|
||||||
"-D Recompute from events\n",
|
"-D Recompute from events\n",
|
||||||
|
"-d Daemon mode\n",
|
||||||
"-e url Ethereum gateway\n",
|
"-e url Ethereum gateway\n",
|
||||||
"-F ship Fake keys; also disables networking\n",
|
"-F ship Fake keys; also disables networking\n",
|
||||||
"-f Fuzz testing\n",
|
"-f Fuzz testing\n",
|
||||||
@ -345,12 +345,12 @@ u3_ve_usage(c3_i argc, c3_c** argv)
|
|||||||
"-K stage Start at Hoon kernel version stage\n",
|
"-K stage Start at Hoon kernel version stage\n",
|
||||||
"-k keys Private key file\n",
|
"-k keys Private key file\n",
|
||||||
"-L local networking only\n",
|
"-L local networking only\n",
|
||||||
"-p ames_port Set the ames port to bind to\n",
|
|
||||||
"-P Profiling\n",
|
"-P Profiling\n",
|
||||||
|
"-p ames_port Set the ames port to bind to\n",
|
||||||
"-q Quiet\n",
|
"-q Quiet\n",
|
||||||
"-R Report urbit build info\n",
|
"-R Report urbit build info\n",
|
||||||
"-s Pill URL from arvo git hash\n",
|
|
||||||
"-S Disable battery hashing\n",
|
"-S Disable battery hashing\n",
|
||||||
|
"-s Pill URL from arvo git hash\n",
|
||||||
"-u url URL from which to download pill\n",
|
"-u url URL from which to download pill\n",
|
||||||
"-v Verbose\n",
|
"-v Verbose\n",
|
||||||
"-w name Boot as ~name\n",
|
"-w name Boot as ~name\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user