summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2013-04-20 20:18:46 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2013-04-20 20:18:46 +0400
commit567cc681a4e2fbceb26f8e0b54112bb2198b5292 (patch)
tree8318edf0793f083232cc3d61f12d0b92a74552ce
parent24543963b462ccfb42b71506baf64929b84f1e31 (diff)
downloadnasm-567cc681a4e2fbceb26f8e0b54112bb2198b5292.tar.gz
ndisasm: man -- Add missing -p option
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--ndisasm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndisasm.txt b/ndisasm.txt
index 7e6105b1..eaccfe4e 100644
--- a/ndisasm.txt
+++ b/ndisasm.txt
@@ -11,7 +11,7 @@ ndisasm - the Netwide Disassembler, an 80x86 binary file disassembler
SYNOPSIS
--------
*ndisasm* [ *-o* origin ] [ *-s* sync-point [...]] [ *-a* | *-i* ]
- [ *-b* bits ] [ *-u* ] [ *-e* hdrlen ]
+ [ *-b* bits ] [ *-u* ] [ *-e* hdrlen ] [ *-p* vendor ]
[ *-k* offset,length [...]] infile
DESCRIPTION