diff --git a/vere/main.c b/vere/main.c index 03352dbc51..f4071d029b 100644 --- a/vere/main.c +++ b/vere/main.c @@ -322,16 +322,16 @@ u3_ve_usage(c3_i argc, c3_c** argv) "-c pier Create a new urbit in pier/\n", "-d Daemon mode\n", "-D Recompute from events\n", - "-F Fake keys\n", + "-F Fake keys; also disables networking\n", "-f Fuzz testing\n", "-g Set GC flag\n", "-H domain Set ames bootstrap domain (default urbit.org)\n", "-I galaxy Start as ~galaxy\n", "-k stage Start at Hoon kernel version stage\n", - "-L Local-only network\n", "-l port Initial peer port\n", "-M Memory madness\n", "-n host Set unix hostname\n", + "-N Enable networking in fake mode (-F)\n", "-p ames_port Set the HTTP port to bind to\n", "-P Profiling\n", "-q Quiet\n",