Skip to content

Commit 7b38b49

Browse files
committed
Switch header/footer description
The descriptions for the --header and --footer options were reversed.
1 parent b7ac965 commit 7b38b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Command-line options for dartdoc include:
9898

9999
- `-h` or `--help` Display help.
100100
- `--header=<file>` Insert the specified file, which contains HTML code, into
101-
the footer of every page.
102-
- `--footer=<file>` Insert the specifying file, which contains HTML code, into
103101
the header of every page.
102+
- `--footer=<file>` Insert the specified file, which contains HTML code, into
103+
the footer of every page.
104104
- `--input=<directory>` Generate the docs from the specified directory. If not
105105
specified, it defaults to the current directory.
106106
- `--output=<directory>` Generate the output to the specified directory. If not

0 commit comments

Comments
 (0)