mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 18:16:30 +03:00
more args
This commit is contained in:
parent
7328874488
commit
82359145dd
@ -214,6 +214,7 @@ static void
|
||||
u3_ve_usage(c3_i argc, c3_c** argv)
|
||||
{
|
||||
c3_c *use_c[] = {"Usage: %s [options...] computer\n",
|
||||
"-c pier Create a new urbit in pier/\n",
|
||||
"-w name Immediately upgrade to ~name\n",
|
||||
"-t ticket Use ~ticket automatically\n",
|
||||
"-I galaxy Start as ~galaxy\n",
|
||||
@ -222,8 +223,15 @@ u3_ve_usage(c3_i argc, c3_c** argv)
|
||||
"-n host Set unix hostname\n",
|
||||
"-p ames_port Set the HTTP port to bind to\n",
|
||||
"-v Verbose\n",
|
||||
"-q Quiet\n",
|
||||
"-D Recompute from events\n",
|
||||
"-P Profiling\n",
|
||||
"-b Batch create\n",
|
||||
"-d Daemon mode\n",
|
||||
"-g Set GC flag\n",
|
||||
"-x Exit immediately\n",
|
||||
"-r host Initial peer address\n",
|
||||
"-l port Initial peer port\n",
|
||||
"-M Memory madness\n",
|
||||
"-f Fuzz testing\n",
|
||||
"-k stage Start at Hoon kernel version stage\n",
|
||||
|
Loading…
Reference in New Issue
Block a user