Skip to content

Commit 6334219

Browse files
committed
Merge pull request #451 from Havvy/patch-1
Give example of -e flag.
2 parents e43e4a3 + cbf6771 commit 6334219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ex_doc/cli.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ defmodule ExDoc.CLI do
9494
9595
Examples:
9696
ex_doc "Ecto" "0.8.0" "_build/dev/lib/ecto/ebin" -u "https://github.com/elixir-lang/ecto"
97+
ex_doc "Project" "1.0.0" "_build/dev/lib/project/ebin" -e "docs/extra_page.md"
9798
9899
Options:
99100
PROJECT Project name

0 commit comments

Comments
 (0)