From 7027f43563b6de0480eab2d489cb97eb96807e3a Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Thu, 1 Nov 2018 00:43:09 -0400 Subject: [PATCH] updates fake-zod examples, removing -I --- CONTRIBUTING.md | 5 ++--- vere/main.c | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32be479b1..e821af354 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,12 +24,11 @@ path you specify on the command line with the `-A` option. To start a fake `~zod`, the command is: - $ urbit -c -F -I zod -A [arvo checkout] [pier directory] + $ urbit -c -F zod -A [arvo checkout] [pier directory] To resume one that was already created, just as on the live network, remove `-c` and `-A [arvo checkout]` (but leave the rest of the options -there). `-F` uses the fake network, and `-I` starts an "imperial" -instance - that is, an 8-bit galaxy. +there). `-F` uses the fake network. ## Kernel development diff --git a/vere/main.c b/vere/main.c index 75dc2c908..032a2366d 100644 --- a/vere/main.c +++ b/vere/main.c @@ -381,7 +381,7 @@ u3_ve_usage(c3_i argc, c3_c** argv) "\n", "Development Usage:\n", " To create a development ship, use a fakezod:\n", - " %s -FI zod -A /path/to/arvo/folder -B /path/to/pill -c zod\n", + " %s -F zod -A /path/to/arvo/folder -B /path/to/pill -c zod\n", "\n", " For more information about developing on urbit, see:\n", " https://github.com/urbit/urbit/blob/master/CONTRIBUTING.md\n",