mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 05:23:35 +03:00
documents new cli arguments
This commit is contained in:
parent
07c04e32a7
commit
1f42dfc812
@ -334,15 +334,17 @@ u3_ve_usage(c3_i argc, c3_c** argv)
|
|||||||
"-c pier Create a new urbit in pier/\n",
|
"-c pier Create a new urbit in pier/\n",
|
||||||
"-d Daemon mode\n",
|
"-d Daemon mode\n",
|
||||||
"-D Recompute from events\n",
|
"-D Recompute from events\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",
|
||||||
"-g Set GC flag\n",
|
"-g Set GC flag\n",
|
||||||
|
"-K keys Private key file\n",
|
||||||
"-k stage Start at Hoon kernel version stage\n",
|
"-k stage Start at Hoon kernel version stage\n",
|
||||||
"-l port Initial peer port\n",
|
"-l port Initial peer port\n",
|
||||||
"-M Memory madness\n",
|
"-M Memory madness\n",
|
||||||
"-n host Set unix hostname\n",
|
"-n host Set unix hostname\n",
|
||||||
"-N Enable networking in fake mode (-F)\n",
|
"-N Enable networking in fake mode (-F)\n",
|
||||||
"-p ames_port Set the HTTP port to bind to\n",
|
"-p ames_port Set the ames port to bind to\n",
|
||||||
"-P Profiling\n",
|
"-P Profiling\n",
|
||||||
"-q Quiet\n",
|
"-q Quiet\n",
|
||||||
"-r host Initial peer address\n",
|
"-r host Initial peer address\n",
|
||||||
@ -350,7 +352,7 @@ u3_ve_usage(c3_i argc, c3_c** argv)
|
|||||||
"-s Pill URL from arvo git hash\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 Immediately upgrade to ~name\n",
|
"-w name Boot as ~name\n",
|
||||||
"-x Exit immediately\n",
|
"-x Exit immediately\n",
|
||||||
"-Xwtf Skip last event\n",
|
"-Xwtf Skip last event\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user