aboutsummaryrefslogtreecommitdiff
path: root/Documentation/manual.txt
diff options
context:
space:
mode:
authorPantelis Antoniou <pantelis.antoniou@konsulko.com>2017-06-14 17:50:27 +0300
committerDavid Gibson <david@gibson.dropbear.id.au>2017-06-14 23:04:48 +0800
commitaae22722fc8d93d88b40c3621705917d74244ca7 (patch)
treea010039f00a5bab1146c695f531a828edd73ff44 /Documentation/manual.txt
parent13ce6e1c2fc4549fbb53a9ca5f577166c6e315ac (diff)
downloaddtc-aae22722fc8d93d88b40c3621705917d74244ca7.zip
dtc-aae22722fc8d93d88b40c3621705917d74244ca7.tar.gz
dtc-aae22722fc8d93d88b40c3621705917d74244ca7.tar.bz2
manual: Document missing options
The -d and -s options were undocumented. Add an entry in the manual. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Documentation/manual.txt')
-rw-r--r--Documentation/manual.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/manual.txt b/Documentation/manual.txt
index 2f07350..d4e99e3 100644
--- a/Documentation/manual.txt
+++ b/Documentation/manual.txt
@@ -674,4 +674,8 @@ The fdtdump program prints a readable version of a flat device tree file.
The syntax of the fdtdump command line is:
- fdtdump <DTB-file-name>
+ fdtdump [options] <DTB-file-name>
+
+Where options are:
+ -d,--debug Dump debug information while decoding the file
+ -s,--scan Scan for an embedded fdt in given file