Skip to content

Commit

Permalink
dtc.1: Mention the existence of -i flag
Browse files Browse the repository at this point in the history
Reviewed by: imp
Pull Request: #570

(cherry picked from commit 62d16ad)
  • Loading branch information
jlduran authored and bsdimp committed Apr 1, 2022
1 parent a136a24 commit a6d245f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr.bin/dtc/dtc.1
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
.Op Fl @fhsv
.Op Fl b Ar boot_cpu_id
.Op Fl d Ar dependency_file
.Op Fl i Ar include_path
.Op Fl E Ar [no-]checker_name
.Op Fl H Ar phandle_format
.Op Fl I Ar input_format
Expand Down Expand Up @@ -79,6 +80,8 @@ This file can be included in a Makefile and will ensure that the output file
depends on the input file and any files that it includes.
This argument is only useful when the input is DTS, as only the source format
has a notion of inclusions.
.It Fl i Ar include_path
Adds a path to search for include files.
.It Fl E Ar [no-]checker_name
Enable or disable a specified checker.
The argument is the name of the checker.
Expand Down

0 comments on commit a6d245f

Please sign in to comment.