From c3a1e41ed72b469d7694d3df2e84e13238f9c2e1 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 6 Jul 2021 09:22:05 -0700 Subject: [PATCH] Update CLI docs for flag name change. --- guide/src/cli/init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/cli/init.md b/guide/src/cli/init.md index 4ac42fcc..99c0be09 100644 --- a/guide/src/cli/init.md +++ b/guide/src/cli/init.md @@ -62,7 +62,7 @@ a title. mdbook init --title="my amazing book" ``` -#### --gitignore +#### --ignore Create a `.gitignore` file configured to ignore the `book` directory created when [building] a book. If not supplied, an interactive prompt will ask whether it should be created.