From af0200f9d0dd9eb6bec8089892bb1e79ee7268dc Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 8 Aug 2019 13:48:10 +0930 Subject: [PATCH] fixup! doc: fix up documentation about when we move into lightning-dir. --- lightningd/lightningd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lightningd/lightningd.c b/lightningd/lightningd.c index 9efac93e9..e66f7c857 100644 --- a/lightningd/lightningd.c +++ b/lightningd/lightningd.c @@ -668,8 +668,7 @@ int main(int argc, char *argv[]) /*~ Handle early options; this moves us into --lightning-dir. * Plugins may add new options, which is why we are splitting * between early args (including --plugin registration) and - * non-early opts. This also forks if they say - * --daemonize. */ + * non-early opts. This also forks if they say --daemon. */ handle_early_opts(ld, argc, argv); /*~ Initialize all the plugins we just registered, so they can