documents new cli arguments

This commit is contained in:
Joe Bryan 2018-10-17 17:28:46 -04:00
parent 07c04e32a7
commit 1f42dfc812

View File

@ -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",